From c84aa5cb2ca7c3ae6a6c6ab26e7604969fd6e11d Mon Sep 17 00:00:00 2001 From: Fries Date: Tue, 15 Aug 2023 14:31:45 -0700 Subject: [PATCH] ignore the spec folder from the npm package --- .npmignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmignore b/.npmignore index ff0cc16..bc284f8 100644 --- a/.npmignore +++ b/.npmignore @@ -13,3 +13,4 @@ Makefile pnpm-lock.yaml rollup.config.js tsconfig.json +spec