Skip to content

Commit f9d7872

Browse files
committed
fix: exports
1 parent 53ecbcd commit f9d7872

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
"types": "./dist/index.d.ts",
88
"description": "",
99
"exports": {
10-
"types": "./dist/index.d.ts",
11-
"import": "./dist/index.js",
12-
"require": "./dist/index.cjs"
10+
".": {
11+
"types": "./dist/index.d.ts",
12+
"import": "./dist/index.js",
13+
"require": "./dist/index.cjs"
14+
}
1315
},
1416
"scripts": {
1517
"build": "bun run build.ts",

0 commit comments

Comments
 (0)