Skip to content

Commit 695dceb

Browse files
committed
switch back to older dev-dependencies, because grunt-typescript uses them too
1 parent 02a0c66 commit 695dceb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@
4242
},
4343
"devDependencies": {
4444
"expect.js": "~0.3.1",
45-
"grunt": "~1.0.1",
46-
"grunt-cli": "~1.2.0",
47-
"grunt-contrib-clean": "^1.0.0",
48-
"grunt-contrib-copy": "^1.0.0",
49-
"grunt-contrib-watch": "^1.0.0",
45+
"grunt": "~0.4.5",
46+
"grunt-cli": "~0.1.13",
47+
"grunt-contrib-clean": "^0.6.0",
48+
"grunt-contrib-copy": "^0.8.0",
49+
"grunt-contrib-watch": "^0.6.1",
5050
"grunt-mocha-test": "^0.13.2",
51-
"grunt-typescript": "^0.8.0",
51+
"grunt-typescript": "^0.6.1",
5252
"mocha": "^3.2.0",
53-
"typescript": "^2.1.6"
53+
"typescript": "^1.6.2"
5454
},
5555
"directories": {
5656
"lib": "./lib"

0 commit comments

Comments
 (0)