Skip to content

Commit

Permalink
Revert "update grunt dependencies"
Browse files Browse the repository at this point in the history
This reverts commit daee378.

Grunt peer dependencies for some of our dependencies are not yet updated for Grunt 1.0.0
  • Loading branch information
Jonahss committed Jul 6, 2016
1 parent daee378 commit dde2a07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"saucelabs": "~1.2.0"
},
"peerDependencies": {
"grunt": ">=1.0.1"
"grunt": ">=0.4.1"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jscs": "^3.0.1",
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^2.6.0",
"grunt-sauce-tunnel": "^0.2.1",
"load-grunt-config": "^0.19.1",
"merge": "^1.1.3",
Expand Down

0 comments on commit dde2a07

Please sign in to comment.