From 8d2c2af3be0b5c6db914a93028f8484a362f106b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Fri, 25 Oct 2013 17:46:27 +0200 Subject: [PATCH] Kick up grunt-contrib-jshint dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6160654..94ead5b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-concat": "~0.3.0", - "grunt-contrib-jshint": "~0.6.4", + "grunt-contrib-jshint": "~0.7.0", "grunt-contrib-nodeunit": "~0.2.2", "grunt-contrib-sass": "~0.5.0", "grunt-contrib-watch": "~0.5.3",