We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb60757 commit 8b3046bCopy full SHA for 8b3046b
1 file changed
package.json
@@ -19,14 +19,14 @@
19
},
20
"dependencies": {},
21
"devDependencies": {
22
- "grunt": "*",
23
- "grunt-contrib-jshint": "*",
24
- "grunt-contrib-uglify": "*",
25
- "grunt-update-submodules": "*",
26
- "chai": "*",
+ "grunt": "0.4.2",
+ "grunt-contrib-jshint": "0.8.0",
+ "grunt-contrib-uglify": "0.2.7",
+ "grunt-update-submodules": "0.2.1",
+ "chai": "1.8.1",
27
"mocha": "~1.7.4",
28
- "should": "*",
29
- "jsdom": "*"
+ "should": "2.1.1",
+ "jsdom": "0.8.10"
30
31
"scripts": {
32
"test": "mocha test/spec/test.js"
0 commit comments