Skip to content

Commit

Permalink
feat: Require node.js >= 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Nov 13, 2015
1 parent 14cc037 commit f25143b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"test": "node_modules/.bin/mocha test",
"lint": "node_modules/.bin/standard"
},
"engines": {
"node": ">=4.0.0"
},
"pre-commit": [
"lint",
"test"
Expand Down

0 comments on commit f25143b

Please sign in to comment.