From 9310b1e919861fe5cb6df8e6d8933053a3728852 Mon Sep 17 00:00:00 2001 From: Nikolay Kostyurin Date: Wed, 11 Jul 2018 00:58:19 +0200 Subject: [PATCH] build(lerna): add public access --- lerna.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lerna.json b/lerna.json index 15a08aa..dd540db 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,8 @@ "packages": [ "packages/*" ], + "publishConfig": { + "access": "public" + }, "version": "independent" }