From 3f3bde51c828ca2337a986750f08bf129656185d Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Thu, 3 Sep 2015 14:14:23 -0700 Subject: [PATCH] build: Bump grunt-contrib-jshint from 0.11.2 to 0.11.3 to fix upstream issue Change-Id: I768203d6fbdf47bcc845a301a883e84b0c743c2e --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 93beca9..1d12959 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "devDependencies": { "grunt": "0.4.5", "grunt-cli": "0.1.13", - "grunt-contrib-jshint": "0.11.2", + "grunt-contrib-jshint": "0.11.3", "grunt-banana-checker": "0.2.2", "grunt-jscs": "1.8.0", "grunt-jsonlint": "1.0.4"