Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Update peerDependencies as recommended for compatibility with the new Grunt v1.0.
REF: http://gruntjs.com/blog/2016-02-11-grunt-1.0.0-rc1-released
  • Loading branch information
coliff committed Apr 5, 2016
1 parent a311430 commit 3deaed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"load-grunt-tasks": "^3.2.0"
},
"peerDependencies": {
"grunt": "^0.4.1"
"grunt": ">=0.4.0"
}
}

0 comments on commit 3deaed9

Please sign in to comment.