From 0f347c77e1bb5ccf03d2b2a4c62c7f246d5c62f1 Mon Sep 17 00:00:00 2001 From: Toby Date: Sat, 11 Nov 2023 19:18:48 +0100 Subject: [PATCH] update npmignore --- .npmignore | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.npmignore b/.npmignore index d1f1699..95a05d4 100644 --- a/.npmignore +++ b/.npmignore @@ -1,7 +1,9 @@ +.editorconfig .github/ +.nvmrc +index.spec.js +index.test.js +jest.config.ts src/ test/ -.nvmrc -index.test.js -tsconfig.json -.editorconfig \ No newline at end of file +tsconfig.json \ No newline at end of file