Skip to content
This repository was archived by the owner on Jan 28, 2020. It is now read-only.

Commit 6868257

Browse files
committed
Add mocha to dependencies.
1 parent b5ab732 commit 6868257

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"devDependencies": {
3030
"gulp": "^3.8.10",
3131
"gulp-eslint": "^1.1.1",
32-
"gulp-mocha": "^2.0.0"
32+
"gulp-mocha": "^2.0.0",
33+
"mocha": "^2.4.5"
3334
}
3435
}

0 commit comments

Comments
 (0)