Skip to content

Commit d53677d

Browse files
committed
Remove peerDeps. Ref gruntjs/grunt#1116
1 parent 8ba3467 commit d53677d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
"grunt-contrib-jshint": "^0.11.2",
2929
"grunt-contrib-nodeunit": "^0.4.1"
3030
},
31-
"peerDependencies": {
32-
"grunt": ">=0.4.0"
33-
},
3431
"keywords": [
3532
"gruntplugin",
3633
"css",
@@ -40,4 +37,4 @@
4037
"files": [
4138
"tasks"
4239
]
43-
}
40+
}

0 commit comments

Comments
 (0)