Skip to content

Commit 2425f90

Browse files
committed
fix: add dist directory to files key in package
1 parent 4f2e419 commit 2425f90

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
},
1212
"module": "./dist/index.js",
1313
"types": "./dist/index.d.ts",
14+
"files": [
15+
"dist"
16+
],
1417
"scripts": {
1518
"build": "bun ./build.ts",
1619
"dev": "bun run --watch --env-file=example/.env run-example.ts",

0 commit comments

Comments
 (0)