Skip to content

Commit 4dad3ab

Browse files
committed
Require nodeunit 0.9.0
Bump the nodeunit version requirement in order to get this fix [0] for running with node 0.11 and later. [0] caolan/nodeunit@5ba1a94
1 parent 7ef85dd commit 4dad3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"pattern-match": "0.3.0"
1818
},
1919
"devDependencies": {
20-
"nodeunit": "0.7.4"
20+
"nodeunit": "0.9.0"
2121
},
2222
"directories": {
2323
"lib": "./lib"

0 commit comments

Comments
 (0)