Skip to content

Commit 9f43d48

Browse files
committed
Added missing dependencies.
1 parent 94f03f0 commit 9f43d48

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
@@ -28,12 +28,14 @@
2828
"reql"
2929
],
3030
"devDependencies": {
31+
"chai": "1.9.2",
3132
"grunt": "0.4.5",
3233
"grunt-contrib-jshint": "0.10.0",
3334
"grunt-contrib-watch": "0.6.1",
3435
"grunt-karma-coveralls": "2.5.2",
35-
"grunt-mocha-test": "^0.12.1",
36+
"grunt-mocha-test": "0.12.1",
3637
"jit-grunt": "0.8.0",
38+
"sinon": "1.10.3",
3739
"time-grunt": "1.0.0"
3840
},
3941
"scripts": {

0 commit comments

Comments
 (0)