Skip to content

Commit c3a4df7

Browse files
committed
chore: sort package json
1 parent 693db98 commit c3a4df7

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
@@ -22,6 +22,7 @@
2222
"./package.json": "./package.json"
2323
},
2424
"main": "./dist/index.js",
25+
"module": "./dist/index.js",
2526
"types": "./dist/index.d.ts",
2627
"files": [
2728
"dist",
@@ -90,7 +91,6 @@
9091
"engines": {
9192
"node": ">=20.19 <22 || >=22.12"
9293
},
93-
"module": "./dist/index.js",
9494
"publishConfig": {
9595
"exports": {
9696
".": "./dist/index.js",

0 commit comments

Comments
 (0)