From 0d44254fc592f843b9e29722b2832cd0771de60c Mon Sep 17 00:00:00 2001 From: Florian Bouillon Date: Fri, 26 Jun 2020 11:54:06 +0200 Subject: [PATCH] Updted Publich Config --- lerna.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index ae5b694..4072658 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,8 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "independent" + "version": "independent", + "publishConfig": { + "access": "public" + } }