From 44ad6437e23bc1ec3739fa52864b557e34a51526 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 21 Oct 2019 13:22:24 -0400 Subject: [PATCH] {src,test}/.npmignore: New files NPM was not publishing the compiled JS files (from the TS input) because they were present in generated .gitignore files. .npmignore takes precedence. --- src/.npmignore | 2 ++ test/.npmignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 src/.npmignore create mode 100644 test/.npmignore diff --git a/src/.npmignore b/src/.npmignore new file mode 100644 index 0000000..f861f6b --- /dev/null +++ b/src/.npmignore @@ -0,0 +1,2 @@ +# prevents .gitignore from taking effect, since we want to include +# the compiled JS files diff --git a/test/.npmignore b/test/.npmignore new file mode 100644 index 0000000..f861f6b --- /dev/null +++ b/test/.npmignore @@ -0,0 +1,2 @@ +# prevents .gitignore from taking effect, since we want to include +# the compiled JS files