fix(core): update

This commit is contained in:
2020-05-14 12:56:58 +00:00
parent 62676cf816
commit 16ca87923d
10 changed files with 656 additions and 605 deletions

View File

@@ -1,11 +1,19 @@
{
"npmts":{
"coverageTreshold":50
},
"npmci": {
"npmGlobalTools": [
"@gitzone/npmts"
],
"npmAccessLevel": "public"
"npmci": {
"npmGlobalTools": [
"@gitzone/npmts"
],
"npmAccessLevel": "public"
},
"gitzone": {
"projectType": "npm",
"module": {
"githost": "gitlab.com",
"gitscope": "pushrocks",
"gitrepo": "early",
"shortDescription": "minimal and fast loading plugin for startup time measuring",
"npmPackagename": "@pushrocks/early",
"license": "MIT"
}
}
}