Skip to content

Commit

Permalink
set node engine requirement accordingly @ pkg.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Nov 20, 2017
1 parent c60d02c commit 13d2489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"supertest": "^3.0.0"
},
"engines": {
"node": ">=4.8"
"node": ">=6.0"
},
"scripts": {
"reinstall": "rm -rf node_modules package-lock.json && npm install",
Expand Down

0 comments on commit 13d2489

Please sign in to comment.