fix exports

This commit is contained in:
nvms 2024-09-09 09:44:37 -04:00
parent bd34ffdbde
commit 89397d1314

View File

@ -17,14 +17,14 @@
}, },
"exports": { "exports": {
".": { ".": {
"require": "./dist/index.cjs", "types": "./dist/index.d.ts",
"import": "./dist/index.js", "import": "./dist/index.js",
"types": "./dist/index.d.ts" "require": "./dist/index.cjs"
}, },
"./input": { "./input": {
"require": "./dist/index.cjs", "types": "./dist/packages/input/index.d.ts",
"import": "./dist/index.js", "import": "./dist/packages/input/index.js",
"types": "./dist/index.d.ts" "require": "./dist/packages/input/index.cjs"
} }
}, },
"publishConfig": { "publishConfig": {