Skip to content

Commit

Permalink
build: clarify minimum Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jul 27, 2016
1 parent 2892df0 commit 44b8f51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -17,6 +17,9 @@
"istanbul": "0.4.4",
"mocha": "2.5.3"
},
"engines": {
"node": ">= 0.8"
},
"scripts": {
"test": "mocha --reporter spec",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
Expand Down

0 comments on commit 44b8f51

Please sign in to comment.