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": {
"npmGlobalTools": [
"@gitzone/npmts",
"ts-node"
],
"npmGlobalTools": [],
"npmAccessLevel": "public"
}
}

View File

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