From 1ef14f9f3153671f466064572f78913b91d2ea07 Mon Sep 17 00:00:00 2001 From: Evan Vassallo Date: Wed, 10 Aug 2016 22:02:35 -0400 Subject: [PATCH] Use latest version of grunt-contrib-watch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit grunt-contrib-watch has the following branch in its dependency tree: └─┬ grunt-contrib-watch@0.6.1 └─┬ gaze@0.5.2 └─┬ globule@0.1.0 └── lodash@1.0.2 lodash@1.0.2 is no longer maintained (as are all lodash versions < 3.0.0, according to an npm warning). grunt-contrib-watch 1.0.0 ultimately depends on lodash 4.9.0, which is still maintained. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ce45ff..34f44c2 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "temp": "^0.7.0", "touch": "0.0.3", "connect-livereload": "^0.4.0", - "grunt-contrib-watch": "^0.6.1", + "grunt-contrib-watch": "^1.0.0", "open": "0.0.5", "grunt-parallel": "^0.3.1", "sugar": "^1.4.1"