diff options
author | Timmy Willison <4timmywil@gmail.com> | 2018-01-03 12:19:37 -0500 |
---|---|---|
committer | Timmy Willison <4timmywil@gmail.com> | 2018-01-08 11:48:24 -0500 |
commit | c9efd11f47c68f0537c8ea535b8d6a9c6d667175 (patch) | |
tree | dc859fbc253219c0d17f343c75264b1970e037ba /package.json | |
parent | e2f192887cb03400128b975c8cd86d6c4dc1e31e (diff) | |
download | jquery-c9efd11f47c68f0537c8ea535b8d6a9c6d667175.tar.gz jquery-c9efd11f47c68f0537c8ea535b8d6a9c6d667175.zip |
Build: Fix UglifyJS output in Android 4.0; update uglify
- Thanks to @mgol for first pass
Fixes gh-3743
Close gh-3920
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 53ea4f7eb..091f1c992 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "sizzle": "2.3.3", "strip-json-comments": "2.0.1", "testswarm": "1.1.0", - "uglify-js": "3.0.24" + "uglify-js": "3.3.4" }, "scripts": { "build": "npm install && grunt", |