Skip to content

Commit

Permalink
chore(npm): ignore unnecessary files (#5816)
Browse files Browse the repository at this point in the history
* chore(npm): ignore unnecessary files

* use package#files instead of npmignore
  • Loading branch information
almeidx committed Jun 11, 2021
1 parent 55ad6f0 commit 5fb6c0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .npmignore

This file was deleted.

4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -5,6 +5,10 @@
"main": "./src/index.js",
"module": "./src/index.mjs",
"types": "./typings/index.d.ts",
"files": [
"src",
"typings"
],
"exports": {
"require": "./src/index.js",
"import": "./src/index.mjs"
Expand Down

0 comments on commit 5fb6c0d

Please sign in to comment.