From 527c5e3ab876eaad0f9c47ad4e53db4f75e334b0 Mon Sep 17 00:00:00 2001 From: Nimrod Kor Date: Fri, 11 Oct 2024 08:39:04 +0300 Subject: [PATCH] fix: fix .npmignore (#10) --- .npmignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index a627754..c3a14e6 100644 --- a/.npmignore +++ b/.npmignore @@ -3,8 +3,13 @@ .idea coverage node_modules -src .eslintrc.js prettier.config.mjs tsconfig.json -test \ No newline at end of file +test +release-please-config.json +.release-please-manifest.json +eslint.config.mjs +CHANGELOG.md +.mocharc.json +.eslintcache \ No newline at end of file