From 66bca31ed9642bfcf54e458d68178eed14d8d100 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Sat, 6 Jun 2026 16:21:40 +0200 Subject: [PATCH] [meta] exclude more files from published package dot-files should not be included and tests are also not necessary in the published package. --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 28cedb0..be4d176 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,10 @@ }, "publishConfig": { "ignore": [ - ".github/workflows" + ".github/workflows", + "test", + ".eslintrc", + ".nycrc" ] } }