Skip to content

Commit 98bda75

Browse files
committed
build: add main field
1 parent ccfc10b commit 98bda75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"sideEffects": false,
88
"type": "module",
99
"exports": {
10-
"./package.json": "./package.json",
1110
"./dist/index.mjs": "./dist/index.mjs"
1211
},
12+
"main": "./dist/index.mjs",
1313
"types": "./dist/index.d.mts",
1414
"files": [
1515
"dist"

0 commit comments

Comments
 (0)