From 5bdf33b41af0e0dba9aa545d5e529a54d250336a Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 19 Dec 2024 07:12:58 +0100 Subject: [PATCH] [Fix]: remove redundant files from the npm packsge Currently a lot of unnecessary files are being included in the NPM package. --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f035bc0..5fe197f 100644 --- a/package.json +++ b/package.json @@ -74,10 +74,9 @@ }, "publishConfig": { "ignore": [ - ".github/workflows", - ".github/.well-known", + ".github", "appveyor.yml", - "test/resolver/malformed_package_json" + "test" ] }, "engines": {