diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2015-06-01 23:25:38 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2015-06-13 23:24:01 +0200 |
commit | a022da70568119688445708970bec1346c9d4217 (patch) | |
tree | d3e4232afd47a2ae37b4ba96e80af4555f047c52 /package.json | |
parent | 24a6bb9fe8d9ce330056d4e974fb711a6f08c0ad (diff) | |
download | jquery-a022da70568119688445708970bec1346c9d4217.tar.gz jquery-a022da70568119688445708970bec1346c9d4217.zip |
Build: Update grunt-contrib-jshint
JSON needed to be added to JSHint globals as it's not implied by the es3
setting and yet all our supported browsers have it implemented.
(cherry-picked from 1556c4661af647e355a9a5c0a814012955e231bc)
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 6b90dc4c8..521cbe1ec 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "grunt": "0.4.5", "grunt-cli": "0.1.13", "grunt-compare-size": "0.4.0", - "grunt-contrib-jshint": "0.10.0", + "grunt-contrib-jshint": "0.11.2", "grunt-contrib-uglify": "0.7.0", "grunt-contrib-watch": "0.6.1", "grunt-git-authors": "2.0.1", |