fix(core): update

This commit is contained in:
2019-09-27 20:16:28 +02:00
parent 94cb734f9f
commit 434dbd718a
4 changed files with 56 additions and 1 deletions

20
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,20 @@
{
"json.schemas": [
{
"fileMatch": ["/npmextra.json"],
"schema": {
"type": "object",
"properties": {
"npmci": {
"type": "object",
"description": "settings for npmci"
},
"gitzone": {
"type": "object",
"description": "settings for gitzone"
}
}
}
}
]
}