Switch all schemastore.org URLs to use SSL. (#40737)

References SchemaStore/schemastore#12
This commit is contained in:
Tony Collen
2018-01-02 12:36:21 -06:00
committed by Matt Bierner
parent 12902e1ab2
commit 8ee4aba28b
3 changed files with 11 additions and 11 deletions

View File

@@ -548,7 +548,7 @@
"jsonValidation": [
{
"fileMatch": "tsconfig.json",
"url": "http://json.schemastore.org/tsconfig"
"url": "https://schemastore.azurewebsites.net/schemas/json/tsconfig.json"
},
{
"fileMatch": "tsconfig.json",
@@ -556,7 +556,7 @@
},
{
"fileMatch": "tsconfig.*.json",
"url": "http://json.schemastore.org/tsconfig"
"url": "https://schemastore.azurewebsites.net/schemas/json/tsconfig.json"
},
{
"fileMatch": "tsconfig.*.json",
@@ -564,7 +564,7 @@
},
{
"fileMatch": "typings.json",
"url": "http://json.schemastore.org/typings"
"url": "https://schemastore.azurewebsites.net/schemas/json/typings.json"
}
],
"taskDefinitions": [