Skip to content

Commit 07403b3

Browse files
committed
build: fix exports field
1 parent 0a0a30c commit 07403b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"license": "MIT",
77
"sideEffects": false,
88
"type": "module",
9-
"exports": {
10-
"./dist/index.mjs": "./dist/index.mjs"
11-
},
9+
"exports": "./dist/index.mjs",
1210
"main": "./dist/index.mjs",
1311
"types": "./dist/index.d.mts",
1412
"files": [

0 commit comments

Comments
 (0)