Fix order of package.json exports

This commit is contained in:
2025-10-20 14:05:33 -04:00
parent 9fcad5438b
commit b00d0bbb0a
2 changed files with 209 additions and 209 deletions
+2 -2
View File
@@ -25,9 +25,9 @@
"bin": "./bin/cli.js",
"exports": {
".": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"default": "./dist/index.js"
}
},
"files": [