Skip to content

Commit a829e6f

Browse files
authored
fix: drop cjs (#53)
1 parent 5d054f6 commit a829e6f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
"type": "module",
88
"exports": {
99
".": {
10-
"types": "./dist/types.d.ts",
11-
"import": "./dist/module.mjs",
12-
"require": "./dist/module.cjs"
10+
"types": "./dist/types.d.mts",
11+
"import": "./dist/module.mjs"
1312
}
1413
},
15-
"main": "./dist/module.cjs",
14+
"main": "./dist/module.mjs",
1615
"module": "./dist/module.mjs",
17-
"types": "./dist/types.d.ts",
16+
"types": "./dist/types.d.mts",
1817
"files": [
1918
"dist"
2019
],

0 commit comments

Comments
 (0)