Skip to content

Commit a547ca7

Browse files
committed
fix: add types dir to package.json#files, fixes #310
1 parent ceff4e5 commit a547ca7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717
"./package.json": "./package.json"
1818
},
1919
"files": [
20-
"src/*",
21-
"dist/src/*",
22-
"dist/types/*",
23-
"bin/*"
20+
"bin",
21+
"dist/src",
22+
"dist/types",
23+
"src",
24+
"types"
2425
],
2526
"bin": {
2627
"mime": "bin/cli.js"

0 commit comments

Comments
 (0)