diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-06-09 00:11:21 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-06-09 00:11:21 +0200 |
commit | b14ce54334a568eaaa107be4c441660a57c3db24 (patch) | |
tree | eb5fc07fdb8a8208c077b56e0c0cf1610c75aab5 | |
parent | 4a8985f56a3622a8d0bd5ca545e18510d3f4821d (diff) | |
download | jquery-b14ce54334a568eaaa107be4c441660a57c3db24.tar.gz jquery-b14ce54334a568eaaa107be4c441660a57c3db24.zip |
Build: Update grunt-contrib-uglify
A bug in UglifyJS was causing function declarations to sometimes be put
in blocks which wasn't well specified in ES5 so it may break some browsers.
This bump will prevent the issue from occurring in any potential future
releae in this line.
Refs jquery/jquery#3153
Refs mishoo/UglifyJS2#1052
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index ab044701a..ca0b4404e 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "grunt-cli": "0.1.13", "grunt-compare-size": "0.4.0", "grunt-contrib-jshint": "0.11.2", - "grunt-contrib-uglify": "0.9.2", + "grunt-contrib-uglify": "1.0.1", "grunt-contrib-watch": "0.6.1", "grunt-git-authors": "2.0.1", "grunt-jscs": "2.1.0", |