Skip to content

Commit

Permalink
chore: added .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Feb 1, 2022
1 parent 27b9a49 commit ad1e965
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
16 changes: 16 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# white list approach

*

LICENSE
README.md

src/

umd/
cjs/
esm/

types/

examples/runkit.js
11 changes: 0 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ad1e965

Please sign in to comment.