Skip to content

Commit 26247ab

Browse files
committed
fix: explicitly depend on mocha
- I'm seeing it automatically brought in on win32, but it's missing on Linux
1 parent b4a0ca8 commit 26247ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"chai": "^3.4.0",
3030
"coveralls": "^2.11.4",
3131
"istanbul": "^0.4.0",
32+
"mocha": "^3.2.0",
3233
"mocha-runner": "^1.1.1",
3334
"npm-run-all": "^4.0.2",
3435
"rewire": "^2.5.1",

0 commit comments

Comments
 (0)