Skip to content

Commit

Permalink
Merge pull request #756 from stealjs/eng
Browse files Browse the repository at this point in the history
Update engines field in package.json
  • Loading branch information
matthewp committed Jun 23, 2017
2 parents c2df0b1 + 7202d09 commit 6616335
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 6616335

Please sign in to comment.