Skip to content

Commit 47ee5e1

Browse files
committed
Give an earlier build warning when using Node 4
1 parent a9c6749 commit 47ee5e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@
4343
"scripts": {
4444
"test": "node_modules/mocha/bin/mocha -R spec --timeout 10000 test/*.js"
4545
},
46+
"engineStrict": true,
4647
"engines": {
47-
"node": ">=0.10.28"
48+
"node": ">=0.10.28 <3"
4849
},
4950
"maintainers": [
5051
{

0 commit comments

Comments
 (0)