Skip to content

Commit 49c1ca8

Browse files
committed
add node < 0.13 support, bump the version
1 parent 775b4e6 commit 49c1ca8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "qunit",
33
"description": "QUnit testing framework for nodejs",
4-
"version": "0.7.5",
4+
"version": "0.7.6",
55
"author": "Oleg Slobodskoi <oleg008@gmail.com>",
66
"contributors": [
77
{
@@ -30,7 +30,7 @@
3030
"qunit": "./bin/cli.js"
3131
},
3232
"engines": {
33-
"node": ">=0.6.0 < 0.12.0"
33+
"node": ">=0.6.0 < 0.13.0"
3434
},
3535
"scripts": {
3636
"test": "node --harmony ./test/testrunner.js"

0 commit comments

Comments
 (0)