From 061d4922cae63e7516ca1a490b77a2224fe077d9 Mon Sep 17 00:00:00 2001 From: zhipenglin Date: Fri, 11 Apr 2025 16:02:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=82=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E8=AF=95=E8=AF=95=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c63e08d..0357685 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "2.1.7", "description": "用于辅助在项目内启动一个规范化组件开发的环境", "publishConfig": { + "access": "public", "source": "src/index.js", "main": "dist/create-entry.js" },