Skip to content

Commit

Permalink
fix: add types dir to package.json#files, fixes #310
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jul 6, 2024
1 parent 5677437 commit b025aeb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
"./package.json": "./package.json"
},
"files": [
"src/*",
"dist/src/*",
"dist/types/*",
"bin/*"
"bin",
"dist/src",
"dist/types",
"src",
"types"
],
"bin": {
"mime": "bin/cli.js"
Expand Down

0 comments on commit b025aeb

Please sign in to comment.