fix(core): update

This commit is contained in:
2019-04-08 16:39:41 +02:00
parent 77c88f09cd
commit 4c23992681
6 changed files with 32 additions and 40 deletions

View File

@@ -1,13 +1,21 @@
{
"npmts":{
"mode":"default",
"coverageTreshold":70
},
"npmdocker":{
"npmts": {
"mode": "default",
"coverageTreshold": 70
},
"npmdocker": {},
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public"
},
"gitzone": {
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitrepo": "smartfile",
"shortDescription": "smart ways to work with files in nodejs",
"npmPackagename": "@pushrocks/smartfile",
"license": "MIT"
}
}
}
}