Skip to content

Commit 8d85583

Browse files
committed
Add node v4 support
1 parent 49c1ca8 commit 8d85583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"qunit": "./bin/cli.js"
3131
},
3232
"engines": {
33-
"node": ">=0.6.0 < 0.13.0"
33+
"node": ">=0.6.0 < 5.0"
3434
},
3535
"scripts": {
3636
"test": "node --harmony ./test/testrunner.js"

0 commit comments

Comments
 (0)