Skip to content

Commit 8ec62be

Browse files
committed
Add mocha as a dependency
1 parent 5ac1d2b commit 8ec62be

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
@@ -21,7 +21,8 @@
2121
"devDependencies": {
2222
"chai": "3.4.1",
2323
"eslint": "^1.10.3",
24-
"eslint-config-airbnb": "^2.1.1"
24+
"eslint-config-airbnb": "^2.1.1",
25+
"mocha": "^2.3.4"
2526
},
2627
"scripts": {
2728
"lint": "eslint index.js test/*.js",

0 commit comments

Comments
 (0)