diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2013-08-28 09:22:26 -0400 |
---|---|---|
committer | TJ VanToll <tj.vantoll@gmail.com> | 2013-08-28 09:22:26 -0400 |
commit | 643ef44ee2ed4fa5176ad76d69f855b0d97486cc (patch) | |
tree | 9ca82d042bd2d315a95013bd6700ed88cfeb09ab /package.json | |
parent | cca2daafec0817e423aec39a251e6eacdd4d611b (diff) | |
download | jquery-ui-643ef44ee2ed4fa5176ad76d69f855b0d97486cc.tar.gz jquery-ui-643ef44ee2ed4fa5176ad76d69f855b0d97486cc.zip |
Upgrade grunt-contrib-jshint to 0.6.3.
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 b561295b1..4a9316612 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "dependencies": {}, "devDependencies": { "grunt": "0.4.1", - "grunt-contrib-jshint": "0.6.0", + "grunt-contrib-jshint": "0.6.3", "grunt-contrib-uglify": "0.1.1", "grunt-contrib-concat": "0.1.3", "grunt-contrib-qunit": "0.2.0", |