1
0
Fork 0

{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.
master
Mike Gerwitz 2019-10-21 13:22:24 -04:00
parent cca36622eb
commit 44ad6437e2
2 changed files with 4 additions and 0 deletions

2
src/.npmignore 100644
View File

@ -0,0 +1,2 @@
# prevents .gitignore from taking effect, since we want to include
# the compiled JS files

2
test/.npmignore 100644
View File

@ -0,0 +1,2 @@
# prevents .gitignore from taking effect, since we want to include
# the compiled JS files