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

@@ -101,27 +101,27 @@
"jsonValidation": [
{
"fileMatch": "package.json",
"url": "http://json.schemastore.org/package"
"url": "https://schemastore.azurewebsites.net/schemas/json/package.json"
},
{
"fileMatch": "bower.json",
"url": "http://json.schemastore.org/bower"
"url": "https://schemastore.azurewebsites.net/schemas/json/bower.json"
},
{
"fileMatch": ".bowerrc",
"url": "http://json.schemastore.org/bowerrc"
"url": "https://schemastore.azurewebsites.net/schemas/json/bowerrc.json"
},
{
"fileMatch": ".babelrc",
"url": "http://json.schemastore.org/babelrc"
"url": "https://schemastore.azurewebsites.net/schemas/json/babelrc.json"
},
{
"fileMatch": ".babelrc.json",
"url": "http://json.schemastore.org/babelrc"
"url": "https://schemastore.azurewebsites.net/schemas/json/babelrc.json"
},
{
"fileMatch": "jsconfig.json",
"url": "http://json.schemastore.org/jsconfig"
"url": "https://schemastore.azurewebsites.net/schemas/json/jsconfig.json"
},
{
"fileMatch": "jsconfig.json",
@@ -129,7 +129,7 @@
},
{
"fileMatch": "jsconfig.*.json",
"url": "http://json.schemastore.org/jsconfig"
"url": "https://schemastore.azurewebsites.net/schemas/json/jsconfig.json"
},
{
"fileMatch": "jsconfig.*.json",