fix: build

This commit is contained in:
Neko Ayaka
2025-03-21 02:43:35 +08:00
parent f3b93ab465
commit 900f72267b
5 changed files with 9 additions and 10 deletions
+5
View File
@@ -19,6 +19,11 @@
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./utils/node": {
"types": "./dist/utils/node/index.d.ts",
"import": "./dist/utils/node/index.mjs",
"require": "./dist/utils/node/index.cjs"
}
},
"main": "./dist/index.cjs",