Skip to content

Commit

Permalink
Node >= 4.0.0 support in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Zork committed May 3, 2016
1 parent 000bbb8 commit f31cae6
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 @@ -33,7 +33,7 @@
"url": "https://github.com/annexare/PackDir/issues"
},
"engines": {
"node": ">=5.10.0"
"node": ">=4.0.0"
},
"jest": {
"collectCoverage": true,
Expand Down

0 comments on commit f31cae6

Please sign in to comment.