aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-04-18 16:41:53 -0400
committerScott González <scott.gonzalez@gmail.com>2012-04-18 16:41:53 -0400
commit55e13692ee2937df9bda8e3348c4b07834e093d8 (patch)
tree9656fd254602529e47a3bfad9f1602d7ec0f6456 /package.json
parent84ac716fbfef194622ddeed4cadf03a769725de8 (diff)
downloadjquery-ui-55e13692ee2937df9bda8e3348c4b07834e093d8.tar.gz
jquery-ui-55e13692ee2937df9bda8e3348c4b07834e093d8.zip
Build: Update grunt to 0.3.9. Fixes #8257 - Minified files are missing terminating semicolon.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1d24c8ab8..d69b9c370 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
],
"dependencies": {},
"devDependencies": {
- "grunt": "0.3.7",
+ "grunt": "0.3.9",
"grunt-css": "0.1.1",
"grunt-compare-size": "0.1.1",
"request": "2.9.153",