From 08335a080a1837196c45376c7dbcced138c2b74d Mon Sep 17 00:00:00 2001 From: Chris Normansell Date: Tue, 16 Jul 2024 10:28:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F=20Adding=20the=20composer?= =?UTF-8?q?.json=20as=20per=20the=20requirements=20from=20Wordpress?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wordpress want the composer.json bundled so that it is easier to review the plugin and keep everything open source. --- tasks/options/compress.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/options/compress.js b/tasks/options/compress.js index 3e3b4baa..83807efd 100644 --- a/tasks/options/compress.js +++ b/tasks/options/compress.js @@ -26,7 +26,6 @@ module.exports = { '!**/**.orig', '!**/**.map', '!**/**Gruntfile.js', - '!**/**composer.json', '!**/**composer.lock', '!**/**bower.json', '!**/**bower.json',