Give an earlier build warning when using Node 4

This commit is contained in:
Christopher Jones 2015-09-25 18:02:03 +10:00
parent a9c6749a1d
commit 47ee5e1715
1 changed files with 2 additions and 1 deletions

View File

@ -43,8 +43,9 @@
"scripts": {
"test": "node_modules/mocha/bin/mocha -R spec --timeout 10000 test/*.js"
},
"engineStrict": true,
"engines": {
"node": ">=0.10.28"
"node": ">=0.10.28 <3"
},
"maintainers": [
{