From 1e3b81acf7bf78df95239393b70ae70544a50450 Mon Sep 17 00:00:00 2001 From: Matthias Kunnen Date: Tue, 11 Nov 2025 22:14:12 +0100 Subject: [PATCH] Whitelist files to include in npm package --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 65d0015..b575dfe 100644 --- a/package.json +++ b/package.json @@ -83,6 +83,10 @@ "url": "https://github.com/bcomnes/npm-run-all2/issues" }, "homepage": "https://github.com/bcomnes/npm-run-all2", + "files": [ + "bin", + "lib" + ], "c8": { "reporter": [ "html",