]> source.dussan.org Git - jquery.git/commitdiff
Build: Update grunt-contrib-uglify 3289/head 3315/head 3369/head 3407/head 3723/head 4035/head 4298/head 4414/head
authorMichał Gołębiowski <m.goleb@gmail.com>
Wed, 8 Jun 2016 22:11:54 +0000 (00:11 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Wed, 8 Jun 2016 22:11:54 +0000 (00:11 +0200)
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.

(cherry-picked from b14ce54334a568eaaa107be4c441660a57c3db24)

Refs jquery/jquery#3153
Refs mishoo/UglifyJS2#1052

package.json

index 9b8287bc6e2a46f944d0d1f517065ba41941bd63..38838b45eafdae6ff6c244e3d5cf6b9a3cce742d 100644 (file)
@@ -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",