Skip to content

Commit

Permalink
bump deps - fixes #221
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 17, 2014
1 parent 6f5563b commit eb9e74d
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 @@ -27,17 +27,17 @@
"test": "grunt test"
},
"dependencies": {
"uglify-js": "^2.4.0",
"chalk": "^0.4.0",
"maxmin": "^0.1.0",
"lodash": "^2.4.1"
"lodash": "^2.4.1",
"maxmin": "^0.2.0",
"uglify-js": "^2.4.0"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.3.2",
"grunt": "^0.4.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-internal": "^0.4.2",
"grunt": "^0.4.2"
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.0"
},
"peerDependencies": {
"grunt": "^0.4.0"
Expand Down

0 comments on commit eb9e74d

Please sign in to comment.