Skip to content

Commit 27a49d9

Browse files
committed
Refactor package.json exports
1 parent 79fc1a6 commit 27a49d9

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,9 @@
2020
"type": "module",
2121
"exports": {
2222
".": {
23-
"import": {
24-
"module": "./dist/mod.js",
25-
"types": "./dist/mod.d.ts"
26-
},
27-
"require": {
28-
"module": "./dist/mod.cjs",
29-
"types": "./dist/mod.d.cts"
30-
}
23+
"import": "./dist/mod.js",
24+
"require": "./dist/mod.cjs",
25+
"types": "./dist/mod.d.ts"
3126
}
3227
},
3328
"main": "./dist/mod.js",

0 commit comments

Comments
 (0)