diff options
author | Scott González <scott.gonzalez@gmail.com> | 2016-02-09 13:59:36 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-02-09 14:18:32 -0500 |
commit | e210c1ce6df47373c116395f1a113f0fa41c6123 (patch) | |
tree | f402eac82e1c1a1795a3c6953b2171038d0d9b51 /package.json | |
parent | 61766aed92d936702df7391b293149f2ff01173f (diff) | |
download | jquery-ui-e210c1ce6df47373c116395f1a113f0fa41c6123.tar.gz jquery-ui-e210c1ce6df47373c116395f1a113f0fa41c6123.zip |
Build: Upgrade grunt-contrib-uglify to 0.11.1
Ref gh-1670
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 3b63bc810..6128d953c 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "grunt-contrib-jshint": "0.12.0", "grunt-contrib-qunit": "1.0.1", "grunt-contrib-requirejs": "0.4.4", - "grunt-contrib-uglify": "0.1.1", + "grunt-contrib-uglify": "0.11.1", "grunt-esformatter": "0.2.0", "grunt-git-authors": "2.0.0", "grunt-html": "4.0.1", |