Skip to content

Commit

Permalink
Fix peerDependencies error and bump version for fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Jan 3, 2014
1 parent aecd864 commit 1848e06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-gruntfile",
"version": "0.0.7",
"version": "0.0.8",
"description": "A gruntfile generator for Yeoman",
"keywords": [
"yeoman-generator",
Expand Down Expand Up @@ -32,7 +32,7 @@
"mocha": "~1.12.0"
},
"peerDependencies": {
"yo": "~1.0.3"
"yo": ">=1.0.0"
},
"engines": {
"node": ">=0.8.0",
Expand Down

0 comments on commit 1848e06

Please sign in to comment.