From 9da52a5727764925ede585237a4036168f8aa1d0 Mon Sep 17 00:00:00 2001 From: Nir Cohen Date: Mon, 31 Jul 2017 12:19:58 +0300 Subject: [PATCH] update grunt to a newer version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c7a34f3..8ada946 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ "grunt": "~0.4.1" }, "peerDependencies": { - "grunt": "~0.4.1" + "grunt": "^1.0.0" }, "keywords": [ "gruntplugin" ] -} \ No newline at end of file +}