chore(package): 添加发布配置以公开发布包

- 配置 publishConfig 设置包访问权限为 public
- 指定 npm 官方注册表 https://registry.npmjs.org/ 作为发布目标
2.0
LiuJiaNan 2026-08-25 17:19:33 +08:00
parent 1ae8ab5c01
commit ef2ab172c8
1 changed files with 4 additions and 0 deletions

View File

@ -75,5 +75,9 @@
"antd": ">=6.4.4 <7", "antd": ">=6.4.4 <7",
"react": ">=18.3.1 <19", "react": ">=18.3.1 <19",
"zy-react-data": ">=1.0.0" "zy-react-data": ">=1.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
} }
} }