Skip to content

Commit cc595ad

Browse files
authored
Merge pull request microsoft#101047 from madskristensen/patch-3
Use HTTPS urls for SchemaStore.org
2 parents 0bbc579 + 420abc5 commit cc595ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/npm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,11 @@
267267
"jsonValidation": [
268268
{
269269
"fileMatch": "package.json",
270-
"url": "https://schemastore.azurewebsites.net/schemas/json/package.json"
270+
"url": "https://json.schemastore.org/package"
271271
},
272272
{
273273
"fileMatch": "bower.json",
274-
"url": "https://schemastore.azurewebsites.net/schemas/json/bower.json"
274+
"url": "https://json.schemastore.org/bower"
275275
}
276276
],
277277
"taskDefinitions": [

0 commit comments

Comments
 (0)