From d53677d29e9981b07143360f9607486dc85cb5dc Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Fri, 29 Jan 2016 19:14:25 -0800 Subject: [PATCH] Remove peerDeps. Ref gruntjs/grunt#1116 --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 0281c55..4a98bc3 100644 --- a/package.json +++ b/package.json @@ -28,9 +28,6 @@ "grunt-contrib-jshint": "^0.11.2", "grunt-contrib-nodeunit": "^0.4.1" }, - "peerDependencies": { - "grunt": ">=0.4.0" - }, "keywords": [ "gruntplugin", "css", @@ -40,4 +37,4 @@ "files": [ "tasks" ] -} +} \ No newline at end of file