aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2013-04-08 15:02:54 -0400
committerScott González <scott.gonzalez@gmail.com>2013-04-17 15:25:23 -0400
commitc55550b0ea9b59d1c830f51ae55958243a2682dd (patch)
treea5c215ef9448f4c3a9b02b0ca9700440c2b842c2
parenta798459636fb1a86f16acd703465b2c7bc0e3aec (diff)
downloadjquery-ui-c55550b0ea9b59d1c830f51ae55958243a2682dd.tar.gz
jquery-ui-c55550b0ea9b59d1c830f51ae55958243a2682dd.zip
Upgrade grunt-contrib-jshint to 0.4.1.
(cherry picked from commit cdff8de18ff6b52b773e1dc017fea2475f01ee08)
-rw-r--r--build/release/release.js2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/release/release.js b/build/release/release.js
index 2eab5283f..159345b99 100644
--- a/build/release/release.js
+++ b/build/release/release.js
@@ -1,5 +1,5 @@
#!/usr/bin/env node
-/*global cat:true cd:true echo:true exec:true exit:true*/
+/* global cat:true, cd:true, echo:true, exec:true, exit:true */
// Usage:
// stable release: node release.js
diff --git a/package.json b/package.json
index 7070c9f41..be99064fe 100644
--- a/package.json
+++ b/package.json
@@ -54,7 +54,7 @@
"dependencies": {},
"devDependencies": {
"grunt": "0.4.1",
- "grunt-contrib-jshint": "0.1.1",
+ "grunt-contrib-jshint": "0.4.1",
"grunt-contrib-uglify": "0.1.1",
"grunt-contrib-concat": "0.1.3",
"grunt-contrib-qunit": "0.2.0",