Skip to content

Commit

Permalink
Update engines field in package.json
Browse files Browse the repository at this point in the history
Fixes #755
  • Loading branch information
matthewp committed Jun 23, 2017
1 parent c2df0b1 commit 7202d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -86,7 +86,7 @@
"coverage:upload": "istanbul cover _mocha --report lcovonly -- test/test --timeout 600000 && cat ./coverage/lcov.info | ./node_modules/coveralls-send/bin/coveralls.js"
},
"engines": {
"node": "4.x - 7.x"
"node": "4.x - 8.x"
},
"system": {
"npmDependencies": [
Expand Down

0 comments on commit 7202d09

Please sign in to comment.