Merge pull request #101047 from madskristensen/patch-3

Use HTTPS urls for SchemaStore.org
This commit is contained in:
Martin Aeschlimann 2020-06-26 08:43:58 +02:00 committed by GitHub
commit cc595adb2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -267,11 +267,11 @@
"jsonValidation": [
{
"fileMatch": "package.json",
"url": "https://schemastore.azurewebsites.net/schemas/json/package.json"
"url": "https://json.schemastore.org/package"
},
{
"fileMatch": "bower.json",
"url": "https://schemastore.azurewebsites.net/schemas/json/bower.json"
"url": "https://json.schemastore.org/bower"
}
],
"taskDefinitions": [