aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2013-06-20 16:53:08 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2013-06-20 16:53:08 +0200
commita9602956295b8fc35779388070f1a71a6bfce455 (patch)
tree5b28eef391d08684900652903d05acdbf26a8284
parentfcd1cafac8afe3a947676ec018e844eeada5b9de (diff)
downloadjquery-ui-a9602956295b8fc35779388070f1a71a6bfce455.tar.gz
jquery-ui-a9602956295b8fc35779388070f1a71a6bfce455.zip
Build: Update grunt-contrib-jshint to latest, fixes jshint errors not aborting the build
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b6084b860..b561295b1 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.0",
"grunt-contrib-uglify": "0.1.1",
"grunt-contrib-concat": "0.1.3",
"grunt-contrib-qunit": "0.2.0",