From 08b138673c8ae1f1ef80dcc1e8355717c7026310 Mon Sep 17 00:00:00 2001 From: Walidoux Date: Fri, 26 Aug 2022 15:45:13 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=9A=A9=20publish=20access=20config?= =?UTF-8?q?=20set=20to=20public?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 8a1db8d..61f5473 100644 --- a/package.json +++ b/package.json @@ -54,5 +54,8 @@ }, "peerDependencies": { "prettier": ">=2.7.1" + }, + "publishConfig": { + "access": "public" } }