Skip to content

Commit

Permalink
remove engines.npm from package.json; closes #3073
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Dec 13, 2017
1 parent ae7166e commit 27be9d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -296,8 +296,7 @@
"_mocha": "./bin/_mocha"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 2.15.11"
"node": ">= 4.0.0"
},
"scripts": {
"lint": "eslint . bin/*",
Expand Down

0 comments on commit 27be9d5

Please sign in to comment.