Skip to content

Commit d8b7d8c

Browse files
author
Pascal Klesse
committed
fix: update module and type definitions to use .mjs and .mts extensions
1 parent 9de2858 commit d8b7d8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"exports": {
1010
".": {
1111
"import": "./dist/module.mjs",
12-
"require": "./dist/module.cjs",
13-
"types": "./dist/types.d.ts"
12+
"require": "./dist/module.mjs",
13+
"types": "./dist/types.d.mts"
1414
}
1515
},
16-
"main": "./dist/module.cjs",
17-
"types": "./dist/types.d.ts",
16+
"main": "./dist/module.mjs",
17+
"types": "./dist/types.d.mts",
1818
"files": [
1919
"dist"
2020
],

0 commit comments

Comments
 (0)