Skip to content

Commit 38d8a71

Browse files
committed
Fix package exports and types fields
1 parent 9501ade commit 38d8a71

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@
3333
"files": [
3434
"dist/"
3535
],
36-
"exports": {
37-
"types": "./dist/index.d.cts",
38-
"default": "./dist/index.cjs"
39-
},
36+
"exports": "./dist/index.cjs",
37+
"types": "./dist/index.d.cts",
4038
"sideEffects": false,
4139
"scripts": {
4240
"fix": "eslint --cache --fix .",

0 commit comments

Comments
 (0)