From 73d060e5ac593cfbbb01a4526cf60f1fd6764df8 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 28 Mar 2018 16:23:19 +0000 Subject: [PATCH] Bump grunt-patch-wordpress to 1.0.0 Adds the ability to do file mapping (see #43055 ), reformats all of the code to bring it inline with the current WordPress coding standards, and fixes a small number of bugs. Props pento, netweb, boblinthorst, ireneyoast, omarreiss, herregroen, jorbin Fixes #43646 git-svn-id: https://develop.svn.wordpress.org/trunk@42887 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ca3196727..d186161fda 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "grunt-jsdoc": "^2.1.0", "grunt-jsvalidate": "~0.2.2", "grunt-legacy-util": "^0.2.0", - "grunt-patch-wordpress": "~0.4.2", + "grunt-patch-wordpress": "~1.0.0", "grunt-postcss": "~0.7.1", "grunt-replace": "~1.0.1", "grunt-rtlcss": "~2.0.1",