Skip to content

Commit

Permalink
Require Node4+ and npm3+ on install
Browse files Browse the repository at this point in the history
The npm requirement is hopefully temporary
  • Loading branch information
dlmr committed Apr 20, 2016
1 parent f877fea commit 8132ebc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"description": "Build modern web applications easily",
"main": "lib/index.js",
"bin": "bin/index.js",
"engineStrict": true,
"engines": {
"node": ">=4.0.0"
"node": ">=4.0.0",
"npm": ">=3.0.0"
},
"files": [
"converters",
Expand Down

0 comments on commit 8132ebc

Please sign in to comment.