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