Skip to content

Commit

Permalink
chore(gen): update generator dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DaftMonk committed Jan 27, 2014
1 parent c18c9da commit 115008d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -27,12 +27,12 @@
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.13.0",
"chalk": "~0.3.0",
"yeoman-generator": "~0.16.0",
"chalk": "~0.4.0",
"wiredep": "~0.4.2"
},
"peerDependencies": {
"generator-karma": "~0.6.0",
"generator-karma": ">=0.6.0",
"yo": ">=1.0.0"
},
"devDependencies": {
Expand All @@ -47,7 +47,7 @@
"grunt-release": "~0.6.0"
},
"engines": {
"node": ">=0.8.0",
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"licenses": [
Expand Down

0 comments on commit 115008d

Please sign in to comment.