From 21dda2f885a85636973db7fb221a77fdfa583946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Figui=C3=A8re?= Date: Tue, 17 Dec 2024 14:51:09 -0500 Subject: [PATCH] package: don't vendor the whole dir and don't package assets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hubert Figuière --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 189ea83..f905ca6 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,6 @@ "license": "MPL-2.0", "files": [ "admin", - "assets", "collabora-online-wp.php", "cool-block/cool-block.php", "cool-block/build", @@ -16,7 +15,7 @@ "includes", "public", "templates", - "vendor" + "vendor/firebase/php-jwt" ], "devDependencies": { "@wordpress/scripts": "^30.4.0",