Skip to content

Commit 8b3046b

Browse files
committed
Added dependency versions because new version of should broke unit tests.
1 parent cb60757 commit 8b3046b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
},
2020
"dependencies": {},
2121
"devDependencies": {
22-
"grunt": "*",
23-
"grunt-contrib-jshint": "*",
24-
"grunt-contrib-uglify": "*",
25-
"grunt-update-submodules": "*",
26-
"chai": "*",
22+
"grunt": "0.4.2",
23+
"grunt-contrib-jshint": "0.8.0",
24+
"grunt-contrib-uglify": "0.2.7",
25+
"grunt-update-submodules": "0.2.1",
26+
"chai": "1.8.1",
2727
"mocha": "~1.7.4",
28-
"should": "*",
29-
"jsdom": "*"
28+
"should": "2.1.1",
29+
"jsdom": "0.8.10"
3030
},
3131
"scripts": {
3232
"test": "mocha test/spec/test.js"

0 commit comments

Comments
 (0)