Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 24, 2015
1 parent e0520a7 commit e68470f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -24,18 +24,18 @@
"test": "grunt test"
},
"dependencies": {
"chalk": "~0.5.1",
"debug": "~2.1.1",
"lodash": "^3.2.0"
"chalk": "^1.0.0",
"debug": "^2.1.1",
"lodash": "^3.3.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-jscs": "^1.5.0",
"grunt-mocha-cli": "~1.12.0",
"mkdirp": "~0.5.0",
"rimraf": "~2.2.8"
"grunt-mocha-cli": "^1.12.0",
"mkdirp": "^0.5.0",
"rimraf": "^2.2.8"
},
"peerDependencies": {
"grunt": ">=0.4.0"
Expand Down

0 comments on commit e68470f

Please sign in to comment.