From 1cb892c3571a4a895e5e1ca22f10239138122a24 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 28 Nov 2017 16:30:02 +0100 Subject: [PATCH] update ci --- npmextra.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/npmextra.json b/npmextra.json index c849b5d..04698c3 100644 --- a/npmextra.json +++ b/npmextra.json @@ -1,12 +1,12 @@ { - "npmts": { - "testTs": { - "./test/*.ts": "./test/" - } - }, - "npmci": { - "globalNpmTools": [ - "npmts" - ] + "npmts": { + "testTs": { + "./test/*.ts": "./test/" } + }, + "npmci": { + "npmGlobalTools": [ + "npmts" + ] + } } \ No newline at end of file