From 76c570413af0454870dc0c70f4216ed0878a8e37 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Tue, 3 Oct 2023 14:16:31 +0900 Subject: [PATCH] fix: Mitigation for issue #2 --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index 1ef60a5c..6f1ae4f8 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,9 @@ "!dist/plugins/taskbar-mediacontrol${/*}", "license", "node_modules", + "!node_modules/sharp/vendor", + "!node_modules/**/*.map", + "!node_modules/**/*.ts", "package.json", "tests" ], @@ -44,6 +47,9 @@ "!dist/plugins/touchbar${/*}", "license", "node_modules", + "!node_modules/sharp/vendor", + "!node_modules/**/*.map", + "!node_modules/**/*.ts", "package.json", "tests" ], @@ -75,6 +81,9 @@ "!dist/plugins/{touchbar,taskbar-mediacontrol}${/*}", "license", "node_modules", + "!node_modules/sharp/vendor", + "!node_modules/**/*.map", + "!node_modules/**/*.ts", "package.json", "tests" ],