diff options
| author | James Brewer | 2013-11-26 13:26:10 -0800 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-12-02 21:20:07 +0000 |
| commit | 05ef1bd8532bd093ca49e9ccea070b1c2bfa0880 (patch) | |
| tree | aad68db9d64fc924142bac665b1728a3cb91bbbf /package.json | |
| parent | d0f8bd30a6c53f00c1206021f68330cb5e8eda37 (diff) | |
| download | angular.js-05ef1bd8532bd093ca49e9ccea070b1c2bfa0880.tar.bz2 | |
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
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } } |
