chore: added .npmignore

This commit is contained in:
arthurfiorette 2022-02-01 13:58:34 -03:00
parent 27b9a4972c
commit ad1e965b41
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555
2 changed files with 16 additions and 11 deletions

16
.npmignore Normal file
View File

@ -0,0 +1,16 @@
# white list approach
*
LICENSE
README.md
src/
umd/
cjs/
esm/
types/
examples/runkit.js

View File

@ -36,17 +36,6 @@
"plugin",
"wrapper"
],
"files": [
"LICENSE",
"README.md",
"tsconfig.json",
"umd/",
"cjs/",
"esm/",
"src/",
"types/",
"examples/"
],
"author": {
"name": "Arthur Fiorette",
"email": "npm@arthur.place",