From f4e68f394de206dcc31fea08864034238b2ca251 Mon Sep 17 00:00:00 2001 From: Tiago M Palte Date: Wed, 27 Oct 2021 10:44:01 -0300 Subject: [PATCH] chore: config publish --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 6808b39..e450e70 100644 --- a/package.json +++ b/package.json @@ -54,5 +54,9 @@ "commitizen": { "path": "./node_modules/cz-conventional-changelog" } + }, + "publishConfig": { + "access": "public", + "registry": "https://registry.npmjs.org/" } }