fix(package): include npmdocker with npm @gitzone scope

This commit is contained in:
2018-05-18 13:09:14 +02:00
parent 4f23b61e14
commit 551b8d0cde
20 changed files with 219 additions and 212 deletions

View File

@@ -1,11 +1,13 @@
{
"npmts":{
"mode":"default",
"cli":true
},
"npmci": {
"npmGlobalTools": [
"npmts"
]
}
"npmts": {
"mode": "default",
"cli": true
},
"npmci": {
"npmGlobalTools": [
"@gitzone/npmts",
"ts-node"
],
"npmAccessLevel": "public"
}
}