From 54e7f622738ade244f40e4ed4eb5956e76be1665 Mon Sep 17 00:00:00 2001 From: karashiiro <49822414+karashiiro@users.noreply.github.com> Date: Wed, 26 May 2021 10:45:22 -0700 Subject: [PATCH] Add .npmignore for NPM package uploads (#2) This excludes index.js and test.js from being uploaded to NPM, which are not needed when this is used as a library. --- .npmignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .npmignore diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..b7865f0 --- /dev/null +++ b/.npmignore @@ -0,0 +1,2 @@ +index.js +test.js