Skip to content

Commit 7aba2a3

Browse files
peluprvimikaelkaron
authored andcommitted
Update grunt in the peerDependencies (#23)
https://github.com/gruntjs/grunt/blob/master/CHANGELOG - if you have a Grunt plugin that includes `grunt` in the `peerDependencies`, we recommend tagging with `"grunt": "">= 0.4.0"` and publishing a new version on npm.
1 parent e9bedab commit 7aba2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"grunt": "~0.4.1"
3737
},
3838
"peerDependencies": {
39-
"grunt": "~0.4.1"
39+
"grunt": ">=0.4.1"
4040
},
4141
"keywords": [
4242
"gruntplugin"

0 commit comments

Comments
 (0)