From fab9c9380da26d93dd5e982aecad04e0cb16d96d Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Tue, 25 Aug 2026 17:20:03 +0800 Subject: [PATCH] =?UTF-8?q?chore(package):=20=E6=B7=BB=E5=8A=A0=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E9=85=8D=E7=BD=AE=E4=BB=A5=E5=85=AC=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 配置 publishConfig 设置包访问权限为 public - 指定 npm 官方注册表 https://registry.npmjs.org/ 作为发布目标 --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index dcc6abb..3accd78 100644 --- a/package.json +++ b/package.json @@ -72,5 +72,9 @@ "antd": ">=5.27.6 <6", "react": ">=18.3.1 <19", "zy-react-data": ">=1.0.0" + }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" } }