From 1ca336e3fc23ad2774937fbe10199c52866a1c7b Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Fri, 29 Jan 2016 19:09:56 -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 590b055..6771500 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,6 @@ "grunt-contrib-nodeunit": "^0.4.1", "grunt-shell": "^1.1.2" }, - "peerDependencies": { - "grunt": ">=0.4.0" - }, "keywords": [ "gruntplugin", "compass", @@ -46,4 +43,4 @@ "files": [ "tasks" ] -} +} \ No newline at end of file