Skip to content

Commit

Permalink
Add min engine version to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaakkos committed Nov 24, 2017
1 parent 5ef5a9c commit 7197fc1
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 @@ -8,7 +8,7 @@
"test": "node_modules/mocha/bin/mocha test/*_test.js"
},
"engines": {
"node": ">=0.8.x"
"node": ">=4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7197fc1

Please sign in to comment.