Skip to content

Commit a328da3

Browse files
committed
Add mocha and chai as devDependencies
Npm 3+ doesn't install them automatically.
1 parent 16e12e5 commit a328da3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"sifter": "^0.5.1"
2525
},
2626
"devDependencies": {
27+
"chai": "^3.5.0",
2728
"grunt": "0.4.x",
2829
"grunt-bower-task": "^0.4.0",
2930
"grunt-cli": "^0.1.13",
@@ -46,7 +47,8 @@
4647
"karma-mocha-reporter": "^0.3.1",
4748
"karma-phantomjs-launcher": "^1.0.1",
4849
"karma-safari-launcher": "^0.1.1",
49-
"karma-sauce-launcher": "^0.2.10"
50+
"karma-sauce-launcher": "^0.2.10",
51+
"mocha": "^3.1.0"
5052
},
5153
"scripts": {
5254
"test": "./node_modules/karma/bin/karma start"

0 commit comments

Comments
 (0)