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.
This commit is contained in:
parent
076c53f643
commit
54e7f62273
1 changed files with 2 additions and 0 deletions
2
.npmignore
Normal file
2
.npmignore
Normal file
|
@ -0,0 +1,2 @@
|
|||
index.js
|
||||
test.js
|
Loading…
Reference in a new issue