fix(cli): add publishConfig.access field to package.json

This commit is contained in:
dongmucat 2026-05-06 16:57:12 +08:00
parent d5abeb6ca9
commit 0534d1d59a

View file

@ -36,6 +36,9 @@
"typecheck": "tsc --noEmit",
"lint": "eslint src test --ext .ts"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"cac": "^6.7.14",
"fflate": "^0.8.2",