From 7b97ea0226026724b656726ff3b76a00c81d6a08 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 5 Nov 2015 17:46:13 +0000 Subject: [PATCH] Bump grunt-contrib-uglify to 0.10.0 This includes an update to the underlying version of uglify which causes all of the JS to be modified. See #34177 git-svn-id: https://develop.svn.wordpress.org/trunk@35538 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88b710163b..aa2e1201eb 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "grunt-contrib-imagemin": "~0.9.4", "grunt-contrib-jshint": "~0.11.3", "grunt-contrib-qunit": "~0.7.0", - "grunt-contrib-uglify": "~0.9.2", + "grunt-contrib-uglify": "~0.10.0", "grunt-contrib-watch": "~0.6.1", "grunt-includes": "~0.5.1", "grunt-jsvalidate": "~0.2.2",