diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-04-18 16:41:53 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-18 16:42:58 -0400 |
commit | 365e1022578da9ca96bbbd29c6e2bb8049796c4a (patch) | |
tree | 088b1bd044e755e0c62321ff150e1a8215070b11 /package.json | |
parent | e9471d03c1e82b8922493c758d68ed46015b10ae (diff) | |
download | jquery-ui-365e1022578da9ca96bbbd29c6e2bb8049796c4a.tar.gz jquery-ui-365e1022578da9ca96bbbd29c6e2bb8049796c4a.zip |
Build: Update grunt to 0.3.9. Fixes #8257 - Minified files are missing terminating semicolon.
(cherry picked from commit 55e13692ee2937df9bda8e3348c4b07834e093d8)
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 f4841d170..5f05bdf5d 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", |