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 Apr 25, 2024
1 parent ceff4e5 commit a547ca7
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 a547ca7

Please sign in to comment.