Skip to content
This repository was archived by the owner on Feb 16, 2019. It is now read-only.

Commit e819bd4

Browse files
committed
Fix mocha version
1 parent 125dfd9 commit e819bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "tests"
99
},
1010
"devDependencies": {
11-
"mocha": "*"
11+
"mocha": "^1.21.0"
1212
},
1313
"scripts": {
1414
"test": "mocha tests/test"

0 commit comments

Comments
 (0)