From 62c3e32068e74c71ef2aecd1c468a8617e4f2793 Mon Sep 17 00:00:00 2001 From: Anatoly Shirokov Date: Wed, 27 Dec 2017 16:56:41 +0300 Subject: [PATCH] Fixed https://github.com/ionic-team/ionic/issues/13718 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d284febb..30fd3411 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "tiny-lr": "^1.0.5", "tslint": "^5.8.0", "tslint-eslint-rules": "^4.1.1", - "uglify-es": "^3.2.0", + "uglify-es": "3.2.2", "webpack": "3.8.1", "ws": "3.3.2", "xml2js": "^0.4.19"