From d8956d4e32ae17a5227298b272a289708dbf93a0 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 11 Dec 2018 01:41:05 +0100 Subject: [PATCH] fix(ci): remove old build dependencies --- npmextra.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/npmextra.json b/npmextra.json index fafb839..095e3c9 100644 --- a/npmextra.json +++ b/npmextra.json @@ -1,14 +1,6 @@ { "npmci": { - "npmGlobalTools": [ - "@gitzone/npmts" - ], + "npmGlobalTools": [], "npmAccessLevel": "public" - }, - "npmts": { - "coverageTreshold": 40, - "testConfig": { - "parallel": false - } - } + } } \ No newline at end of file