Skip to content

Commit

Permalink
build: add package engines
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Apr 7, 2017
1 parent 0621e4e commit 701d489
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 @@ -20,6 +20,9 @@
"LICENSE",
"index.js"
],
"engines": {
"node": ">= 0.8"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
Expand Down

0 comments on commit 701d489

Please sign in to comment.