From 387b810cfd160e4a781ae1e537e5cb6b83076506 Mon Sep 17 00:00:00 2001 From: nayara dias Date: Wed, 6 Sep 2023 15:59:43 -0300 Subject: [PATCH] fix: adjust publish config of access --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d258b47..7c8243a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,8 @@ }, "homepage": "https://github.com/capitual/react-native-capface#readme", "publishConfig": { - "registry": "https://registry.npmjs.org/" + "registry": "https://registry.npmjs.org/", + "access": "public" }, "devDependencies": { "@commitlint/config-conventional": "^17.0.2",