From 788572370aa5e7a2b9825d821efac6cbb3ef340f Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 11 May 2018 00:54:37 +0200 Subject: [PATCH] fix(ci): add npmAccessLevel --- npmextra.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npmextra.json b/npmextra.json index aa842b7..97558e6 100644 --- a/npmextra.json +++ b/npmextra.json @@ -3,6 +3,7 @@ "npmGlobalTools": [ "@gitzone/npmts", "ts-node" - ] + ], + "npmAccessLevel": "public" } }