Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed May 14, 2019
1 parent 9873953 commit 7fa1cca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-error-page",
"version": "2.0.0",
"version": "3.0.0",
"description": "The developer error page - print errors in structured HTML to the browser",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,9 +28,9 @@
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-hemera": "^1.0.0",
"eslint-plugin-mocha": "^5.3.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-mocha": "^5.3.0",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.1.1",
Expand Down

0 comments on commit 7fa1cca

Please sign in to comment.