From e7d5801c4ad76c79f27461587c5122dd87f4bf2e Mon Sep 17 00:00:00 2001 From: Connor Burton Date: Sun, 13 Mar 2022 22:53:06 +0000 Subject: [PATCH] fix: reduce published package size from 334kb to 36kb --- .npmignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..0cacddf --- /dev/null +++ b/.npmignore @@ -0,0 +1,15 @@ +coverage +.nyc_output +docs +src +tests +tsconfig.json +yarn-error.log +benchmark +.prettierignore +.husky +.github +.gitattributes +.eslintrc.js +.eslintignore +commitlint.config.js \ No newline at end of file