From 01d13d28907414a5f69c57faa275d3b6d0652378 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Tue, 20 Oct 2020 09:48:14 -0400 Subject: [PATCH] Remove Grunt peerDependency --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 4d92138..466c25a 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,6 @@ "grunt-contrib-internal": "^5.0.1", "grunt-contrib-nodeunit": "^2.1.0" }, - "peerDependencies": { - "grunt": ">=1.0.3" - }, "keywords": [ "gruntplugin" ],