From be8bd7aa576d01639b1a03e8ef99093bc47437cd Mon Sep 17 00:00:00 2001 From: wangxingkang Date: Mon, 17 Jun 2024 21:58:48 +0800 Subject: [PATCH] chore: add publishConfig --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index a51a584..bf50e24 100644 --- a/package.json +++ b/package.json @@ -72,5 +72,8 @@ "*.{ts,tsx}": [ "eslint --cache --fix" ] + }, + "publishConfig": { + "access": "public" } }