Skip to content

Commit

Permalink
Build/grunt: Fix dependencies to versions we've tested against. No mo…
Browse files Browse the repository at this point in the history
…re surprise API changes, for now
  • Loading branch information
jzaefferer committed Apr 2, 2012
1 parent b3374b9 commit 8769798
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Expand Up @@ -26,10 +26,9 @@
], ],
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"grunt": "0.3.x", "grunt": "0.3.7",
"grunt-css": "0.1.x", "grunt-css": "0.1.1",
"request": "2.9.x", "request": "2.9.153",
"adm-zip": "0.1.x",
"rimraf": "2.0.1" "rimraf": "2.0.1"
}, },
"keywords": [] "keywords": []
Expand Down

0 comments on commit 8769798

Please sign in to comment.