fix(dependencies): use @gitzone/tsbuild instead of npmts

This commit is contained in:
Philipp Kunz 2018-08-08 23:20:14 +02:00
parent 22c44a8cd0
commit 2345e972d5
2 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,6 @@
{
"npmci": {
"npmGlobalTools": [
"npmts"
],
"npmGlobalTools": [],
"npmAccessLevel": "public"
},
"npmts": {

View File

@ -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",