From 4a7139b6f8b3801594b76e19058a58d331fa58ad Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 17 Jul 2018 23:23:07 +0200 Subject: [PATCH] fix(core): update --- npmextra.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npmextra.json b/npmextra.json index d6b5d5c..1fa9ed9 100644 --- a/npmextra.json +++ b/npmextra.json @@ -3,8 +3,8 @@ "coverageTreshold":50 }, "npmci": { - "globalNpmTools": [ - "npmts" + "npmGlobalTools": [ + "@gitzone/npmts" ], "npmAccessLevel": "public" }