From 24f99d1b9e14897a9538bb61fd01b009ed0425c9 Mon Sep 17 00:00:00 2001 From: Emanuel Quimper Date: Tue, 7 May 2024 09:32:07 -0400 Subject: [PATCH] fix(release): put access to public --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3debfc3..9d726c8 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,8 @@ }, "homepage": "https://github.com/AppAndFlow/rn-magic-scroll#readme", "publishConfig": { - "registry": "https://registry.npmjs.org/" + "registry": "https://registry.npmjs.org/", + "access": "public" }, "devDependencies": { "@commitlint/config-conventional": "^17.0.2", @@ -104,8 +105,7 @@ "tagName": "v${version}" }, "npm": { - "publish": true, - "access": "public" + "publish": true }, "github": { "release": true