fix(core): update

This commit is contained in:
Philipp Kunz 2019-04-11 11:36:57 +02:00
parent 4b53044e8f
commit a62f3eb750
2 changed files with 2 additions and 5 deletions

View File

@ -11,10 +11,7 @@
} }
}, },
"npmci": { "npmci": {
"npmGlobalTools": [ "npmGlobalTools": [],
"@gitzone/npmts",
"ts-node"
],
"npmAccessLevel": "public" "npmAccessLevel": "public"
} }
} }

View File

@ -9,7 +9,7 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"test": "(tstest test/)", "test": "(tstest test/)",
"build": "(npmts)", "build": "(tsbuild)",
"format": "(gitzone format)" "format": "(gitzone format)"
}, },
"devDependencies": { "devDependencies": {