Skip to content

Commit 8769798

Browse files
committed
Build/grunt: Fix dependencies to versions we've tested against. No more surprise API changes, for now
1 parent b3374b9 commit 8769798

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@
2626
],
2727
"dependencies": {},
2828
"devDependencies": {
29-
"grunt": "0.3.x",
30-
"grunt-css": "0.1.x",
31-
"request": "2.9.x",
32-
"adm-zip": "0.1.x",
29+
"grunt": "0.3.7",
30+
"grunt-css": "0.1.1",
31+
"request": "2.9.153",
3332
"rimraf": "2.0.1"
3433
},
3534
"keywords": []

0 commit comments

Comments
 (0)