Skip to content

Commit

Permalink
chore(package): update node/npm versions to LTS in "engines"
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jun 26, 2017
1 parent 8812b8b commit 2a46ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -36,8 +36,8 @@
"standard": "^10.0.2"
},
"engines": {
"node": ">= 0.8.x",
"npm": ">= 1.1.x"
"node": ">4",
"npm": ">2"
},
"main": "./index",
"bin": {
Expand Down

0 comments on commit 2a46ab0

Please sign in to comment.