From a368347ad26380fd2a59dd57bc1ab2e765493808 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Tue, 16 Feb 2016 16:30:10 -0800 Subject: [PATCH] Add grunt >=0.4.0 as a peerDep --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index f12ff6e..2e5cc5a 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,9 @@ "grunt-contrib-internal": "^0.4.12", "grunt-contrib-nodeunit": "^0.4.1" }, + "peerDependencies": { + "grunt": ">=0.4.0" + }, "keywords": [ "gruntplugin" ],