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:
karashiiro 2021-05-26 10:45:22 -07:00 committed by GitHub
parent 076c53f643
commit 54e7f62273
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.npmignore Normal file
View file

@ -0,0 +1,2 @@
index.js
test.js