From 9d68dce5b2aa4c6a50acd5a46ea0f50612432712 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Fri, 15 Apr 2016 16:09:07 +0000 Subject: [PATCH] Update grunt-contrib-uglify from ~0.10.0 to ~1.0.1 This changes every JS file in WordPress, so we need to test everything. Props netweb. See #36520. git-svn-id: https://develop.svn.wordpress.org/trunk@37212 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7aadd95d87..f8312379e6 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "grunt-contrib-imagemin": "~1.0.0", "grunt-contrib-jshint": "~1.0.0", "grunt-contrib-qunit": "~1.1.0", - "grunt-contrib-uglify": "~0.10.0", + "grunt-contrib-uglify": "~1.0.1", "grunt-contrib-watch": "~1.0.0", "grunt-includes": "~0.5.1", "grunt-jsvalidate": "~0.2.2",