From 0058ce92bac090ed9b810e4a8fb728936bf22bc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 12 Dec 2025 23:10:29 +0200 Subject: [PATCH 1/2] Update .npmignore to exclude additional files Added various configuration and documentation files to .npmignore. --- .npmignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.npmignore b/.npmignore index 978f27062..4eee7b484 100644 --- a/.npmignore +++ b/.npmignore @@ -1,17 +1,27 @@ .babelrc .editorconfig +.eslintignore +.eslintrc.json .flowconfig +.gitattributes +.github .jest +.pre-commit-config.yaml +.prettierignore +.release-it.json .vscode *.lock *.yml **/_tests brew-distribution +CHANGELOG.md +CONTRIBUTING.md coverage dangerfile.circle.js dangerfile.flow.js dangerfile.lite.ts dangerfile.ts +Dockerfile docs env flow-typed @@ -24,7 +34,9 @@ tests.json tsconfig tsconfig.json tsconfig.production.json +tsconfig.spec.json tslint.json types +VISION.md wallaby.js yarn-error.log From 913f7a969933a44634822729cdd8feefa7c3bd93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 12 Dec 2025 23:18:46 +0200 Subject: [PATCH 2/2] Keep changelog.md in npm dist Co-authored-by: Frederic Barthelemy --- .npmignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.npmignore b/.npmignore index 4eee7b484..707ebcb80 100644 --- a/.npmignore +++ b/.npmignore @@ -14,7 +14,6 @@ *.yml **/_tests brew-distribution -CHANGELOG.md CONTRIBUTING.md coverage dangerfile.circle.js