Skip to content

Commit

Permalink
update "engines" field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Sep 27, 2017
1 parent db06731 commit d6c5bc0
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
Expand Up @@ -295,8 +295,8 @@
"_mocha": "./bin/_mocha"
},
"engines": {
"node": ">= 0.10.x",
"npm": ">= 1.4.x"
"node": ">= 4.0.0",
"npm": ">= 2.14.2"
},
"scripts": {
"lint": "eslint . bin/*",
Expand Down

0 comments on commit d6c5bc0

Please sign in to comment.