From 83b4130d0d86d6451efe3be42a99d1eee4bb7725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jade=20Gu=20=EF=BC=88=E5=8F=A4=E6=98=A0=E6=9D=B0=EF=BC=89?= Date: Fri, 27 Sep 2024 18:27:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=BE=E7=BD=AE=20publishConfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 685e527..255455d 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,10 @@ "bin": { "react-imvc": "./bin/scripts.js" }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" + }, "homepage": "https://github.com/Lucifier129/react-imvc", "scripts": { "build": "gulp",