Skip to content

Commit a0bd5fd

Browse files
committed
1 parent 8caa5fb commit a0bd5fd

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@
88
"types": "dist/index.d.ts",
99
"exports": {
1010
".": {
11-
"browser": "./dist/index.mjs",
12-
"import": "./dist/index.mjs",
13-
"require": "./dist/index.js"
11+
"require": {
12+
"default": "./dist/index.js",
13+
"types": "./dist/index.d.ts"
14+
},
15+
"import": {
16+
"default": "./dist/index.mjs",
17+
"types": "./dist/index.d.ts"
18+
}
1419
}
1520
},
1621
"files": [

0 commit comments

Comments
 (0)