From 1db4bdd2aa81ab7d9849eed2b0a5e9fe4ae93f31 Mon Sep 17 00:00:00 2001 From: Samuel Wall Date: Mon, 22 Aug 2022 17:19:37 +0000 Subject: [PATCH] fix(build): remove config files from npm --- .npmignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index ce49a22..a01b32c 100644 --- a/.npmignore +++ b/.npmignore @@ -8,5 +8,6 @@ /.editorconfig /.eslintrc.js /changelog.md -/jest.config.js +/jest.config.cjs +/rollup.config.js /tsconfig.json