From 2345e972d5e6a1516637c86a0de41f9b43e641c5 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 8 Aug 2018 23:20:14 +0200 Subject: [PATCH] fix(dependencies): use @gitzone/tsbuild instead of npmts --- npmextra.json | 4 +--- package.json | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/npmextra.json b/npmextra.json index 3da8f4c..9521c5c 100644 --- a/npmextra.json +++ b/npmextra.json @@ -1,8 +1,6 @@ { "npmci": { - "npmGlobalTools": [ - "npmts" - ], + "npmGlobalTools": [], "npmAccessLevel": "public" }, "npmts": { diff --git a/package.json b/package.json index 6035aad..66a085a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", - "build": "(npmts)" + "build": "(tsbuild)" }, "repository": { "type": "git", @@ -20,6 +20,7 @@ }, "homepage": "https://gitlab.com/pushrocks/tapbundle#README", "dependencies": { + "@gitzone/tsbuild": "^2.0.22", "@gitzone/tstest": "^1.0.13", "@pushrocks/early": "^3.0.3", "@pushrocks/smartdelay": "^2.0.1",