reorderd exports to avoid cypress warning

This commit is contained in:
Anton Tranelis 2025-02-17 15:51:35 +00:00
parent 054db690d0
commit be5513947c

View File

@ -9,9 +9,9 @@
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
"require": "./dist/index.cjs"
}
},
"type": "module",