From 1474cb1665767f6657b6b225b0213b63642c38da Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 18 Aug 2018 22:09:29 +0200 Subject: [PATCH] fix(CI): remove obsolete build dependency --- npmextra.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/npmextra.json b/npmextra.json index 0eb7b21..193d59b 100644 --- a/npmextra.json +++ b/npmextra.json @@ -1,8 +1,6 @@ { "npmci": { - "npmGlobalTools": [ - "@gitzone/npmts" - ], + "npmGlobalTools": [], "npmAccessLevel": "public" } }