Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
chore: remove "files" from package.json and add "type"
Browse files Browse the repository at this point in the history
  • Loading branch information
oBusk committed Mar 2, 2020
1 parent ee30af3 commit c29fee4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*
!/dist/*
!/dist.module/*
*.spec.*
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@
"volta": {
"node": "13.9.0"
},
"files": [
"dist/",
"dist.module/",
"!**/*.spec.*"
],
"type": "commonjs",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist.module/index.js",
Expand Down

0 comments on commit c29fee4

Please sign in to comment.