We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aade9b8 commit 9c73808Copy full SHA for 9c73808
1 file changed
package.json
@@ -28,15 +28,17 @@
28
"test": "grunt test"
29
},
30
"devDependencies": {
31
- "grunt-simple-mocha": "~0.4.0",
32
- "chai": "1.4.2",
33
- "mocha": "1.8.1",
34
- "grunt-mocha": "0.2.1",
35
- "grunt-contrib-jshint": "~0.7.2",
36
- "grunt-contrib-watch": "~0.2.0",
37
- "grunt": "~0.4.1",
38
- "sinon-chai": "~2.3.1",
39
- "sinon": "~1.6.0"
+ "grunt-simple-mocha": "~0.4",
+ "chai": "1.9.1",
+ "mocha": "1.18.2",
+ "grunt-mocha": "0.4.10",
+ "grunt-contrib-jshint": "~0.10",
+ "grunt-contrib-watch": "~0.6",
+ "grunt": "~0.4",
+ "sinon-chai": "~2.5",
+ "sinon": "~1.9",
40
+ "grunt-cli": "~0.1.13"
41
+
42
43
"keywords": [
44
"oop",
0 commit comments