This commit is contained in:
Neko Ayaka
2025-06-11 23:31:48 +08:00
parent ce8914e0b8
commit 8afbeddf3f
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -16,19 +16,19 @@
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"types": "./dist/index.d.mts",
"import": "./dist/index.mjs",
"require": "./dist/index.mjs"
},
"./utils/node": {
"types": "./dist/utils/node/index.d.ts",
"types": "./dist/utils/node/index.d.mts",
"import": "./dist/utils/node/index.mjs",
"require": "./dist/utils/node/index.mjs"
}
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"types": "./dist/index.d.mts",
"files": [
"README.md",
"dist",