Skip to content

Commit 0b46238

Browse files
committed
build: fix module package
1 parent b7e79ff commit 0b46238

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
"type": "module",
1111
"exports": {
1212
".": {
13-
"types": "./dist/types.d.ts",
14-
"import": "./dist/module.mjs",
15-
"require": "./dist/module.cjs"
13+
"types": "./dist/types.d.mts",
14+
"import": "./dist/module.mjs"
1615
}
1716
},
18-
"main": "./dist/module.cjs",
19-
"types": "./dist/types.d.ts",
17+
"main": "./dist/module.mjs",
18+
"types": "./dist/types.d.mts",
2019
"files": [
2120
"dist"
2221
],

0 commit comments

Comments
 (0)