From 9ab2b0aa304c49ebca3db82b63a95fdf756ff0c4 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Fri, 29 Jan 2016 19:17:43 -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 a2023e0..30fcb71 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,6 @@ "grunt-contrib-jshint": "^0.11.0", "grunt-contrib-nodeunit": "^0.4.1" }, - "peerDependencies": { - "grunt": ">=0.4.0" - }, "keywords": [ "gruntplugin", "html", @@ -42,4 +39,4 @@ "tasks" ], "appveyor_id": "sn73i2qggqeolnc2" -} +} \ No newline at end of file