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

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

View File

@ -72,5 +72,9 @@
"antd": ">=5.27.6 <6", "antd": ">=5.27.6 <6",
"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/"
} }
} }