From 0eb74b598e4bbc7eb3e83e692d4a815c8722cbfd Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Mon, 9 Mar 2015 11:55:21 +0000 Subject: [PATCH] Temporarily downgrade grunt-contrib-jshint no issue - grunt-contrib-jshint loosely depends on jshint ^2.6.0 and jshint seem to be having some backwards incompatibility issues with 2.6.1 etc. - let's downgrade this temporarily (quick/safe option) until they sort their issues, then we can upgrade and make any required changes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fd735e826a..7f5976812e 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "grunt-contrib-compress": "~0.11.0", "grunt-contrib-concat": "~0.5.0", "grunt-contrib-copy": "~0.5.0", - "grunt-contrib-jshint": "~0.11.0", + "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-uglify": "~0.6.0", "grunt-contrib-watch": "~0.6.1", "grunt-docker": "~0.0.8",