From e1e83fa4262879210c3435fcdaa97e65ad4c3ef7 Mon Sep 17 00:00:00 2001 From: Alexandre Chatiron Date: Mon, 17 Apr 2017 14:38:22 +0800 Subject: [PATCH] [#22] chore(dependencies): update uglify to 2.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a1f5294..f9cf1ff 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "devDependencies": { "grunt": "1.0.1", "grunt-contrib-jshint": "1.1.0", - "grunt-contrib-uglify": "2.1.0", + "grunt-contrib-uglify": "2.3.0", "grunt-compare-size": "0.4.2", "grunt-bowercopy": "1.2.4" },