We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775b4e6 commit 49c1ca8Copy full SHA for 49c1ca8
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "qunit",
3
"description": "QUnit testing framework for nodejs",
4
- "version": "0.7.5",
+ "version": "0.7.6",
5
"author": "Oleg Slobodskoi <oleg008@gmail.com>",
6
"contributors": [
7
@@ -30,7 +30,7 @@
30
"qunit": "./bin/cli.js"
31
},
32
"engines": {
33
- "node": ">=0.6.0 < 0.12.0"
+ "node": ">=0.6.0 < 0.13.0"
34
35
"scripts": {
36
"test": "node --harmony ./test/testrunner.js"
0 commit comments