From bf11705d117b48a751db12359a45a0ecfad1a9ba Mon Sep 17 00:00:00 2001 From: Tobias Schneider Date: Sun, 26 Jun 2022 13:22:53 +0200 Subject: [PATCH] exclude test file from npm package --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index f68af0e..fd4cceb 100644 --- a/.npmignore +++ b/.npmignore @@ -2,4 +2,5 @@ src/ test/ .nvmrc +index.test.js tsconfig.json \ No newline at end of file