From 30e3b4dd0908fe3bc8c5f725771185e6ecd5d858 Mon Sep 17 00:00:00 2001 From: Brad Buchanan Date: Fri, 3 Jun 2016 12:21:21 -0700 Subject: [PATCH] Downgrade grunt to ^0.4.5 This eliminates the peerDependencies complaints on `npm install` from the various grunt plugins being used. I looked at upgrading the plugins but several still have no official support for grunt 1+. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45e0ac2..6c195ff 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "dateformat": "1.0.11", - "grunt": "1.0.1", + "grunt": "^0.4.5", "grunt-contrib-clean": "1.0.0", "grunt-contrib-concat": "1.0.1", "grunt-contrib-connect": "1.0.2",