From 75ef00af4264d3d5a15e6327c85c287e6e2d19c9 Mon Sep 17 00:00:00 2001 From: Piero Nicolli Date: Thu, 21 Jul 2022 18:09:04 +0200 Subject: [PATCH] chore: cleanup npm package contents --- .npmignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..d53a8f0 --- /dev/null +++ b/.npmignore @@ -0,0 +1,9 @@ +.editorConfig +.project.eslintrc.js +.release-it.json +COMMITLINT.md +Makefile +babel.config.js +commitlint.config.js +cypress/ +jest-addon.config.js