Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
All dependencies were fairly old.

Signed-off-by: Sanjeev Premi <spremi@ymail.com>
  • Loading branch information
spremi committed Sep 3, 2016
1 parent f6dc681 commit 06143a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -24,11 +24,11 @@
"test": "grunt test"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1"
"grunt": "~1.0.0",
"grunt-cli": "~1.2.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-nodeunit": "~1.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
Expand Down

0 comments on commit 06143a3

Please sign in to comment.