From e137b1277310cc6e75f0193cfbb950a88fbda365 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Fri, 29 Jan 2016 19:08:08 -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 4900060..8e75b3f 100644 --- a/package.json +++ b/package.json @@ -26,9 +26,6 @@ "grunt-contrib-jshint": "^0.11.0", "grunt-contrib-nodeunit": "^0.4.1" }, - "peerDependencies": { - "grunt": ">=0.4.0" - }, "keywords": [ "gruntplugin", "clean", @@ -44,4 +41,4 @@ "tasks" ], "appveyor_id": "li28411ceq3n833d" -} +} \ No newline at end of file