From 05ef1bd8532bd093ca49e9ccea070b1c2bfa0880 Mon Sep 17 00:00:00 2001 From: James Brewer Date: Tue, 26 Nov 2013 13:26:10 -0800 Subject: chore(grunt): update to latest jshint task Upgrade JSHint task from ~0.6.4 to ~0.7.2. Two useful changes: ability to set jshintrc option to use jshint's native ability for finding .jshintrc files relative to the linted files and update jshint to 2.3.0. Closes #5143 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 46760852..3665860a 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ } ], "dependencies": { - "grunt-contrib-jshint": "~0.6.4" + "grunt-contrib-jshint": "~0.7.2" } } -- cgit v1.2.3