diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2013-08-28 09:22:26 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-11-26 14:49:38 -0500 |
commit | 34b1390b16299e502956a23c21ebc9a5dc1d2ef8 (patch) | |
tree | 281df6be1b11e8c0f9accaba0709c912bd90d42d | |
parent | 3dc532ea293715dde56907bbca877420c191b431 (diff) | |
download | jquery-ui-34b1390b16299e502956a23c21ebc9a5dc1d2ef8.tar.gz jquery-ui-34b1390b16299e502956a23c21ebc9a5dc1d2ef8.zip |
Upgrade grunt-contrib-jshint to 0.6.3.
(cherry picked from commit 643ef44ee2ed4fa5176ad76d69f855b0d97486cc)
Conflicts:
package.json
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 6afe6f482..2623bbf40 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "dependencies": {}, "devDependencies": { "grunt": "0.4.1", - "grunt-contrib-jshint": "0.4.1", + "grunt-contrib-jshint": "0.6.3", "grunt-contrib-uglify": "0.1.1", "grunt-contrib-concat": "0.1.3", "grunt-contrib-qunit": "0.2.0", |