From d1e60ad4ab0df3af531dbe2e2e6acb7dcd2f13fe Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 4 Aug 2018 15:55:48 +0200 Subject: [PATCH] fix(ci): remove globally required tools --- npmextra.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/npmextra.json b/npmextra.json index 97558e6..193d59b 100644 --- a/npmextra.json +++ b/npmextra.json @@ -1,9 +1,6 @@ { "npmci": { - "npmGlobalTools": [ - "@gitzone/npmts", - "ts-node" - ], + "npmGlobalTools": [], "npmAccessLevel": "public" } }