Skip to content

Commit

Permalink
chore: update URL for schemas (denoland#12070)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Sep 14, 2021
1 parent c41460e commit 1848f43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli/schemas/config-file.v1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://deno.land/schemas/config-file.v1.json",
"$id": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"$schema": "https://json-schema.org/draft-07/schema",
"description": "A JSON representation of a Deno configuration file.",
"required": [],
Expand Down Expand Up @@ -205,7 +205,7 @@
"properties": {
"tags": {
"type": "array",
"description": "List of tag names that will be run. Empty list disables all tags and will only use rules from `iclude`.",
"description": "List of tag names that will be run. Empty list disables all tags and will only use rules from `include`.",
"items": {
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion cli/schemas/module-graph.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://deno.land/schemas/module-graph.json",
"$id": "https://deno.land/x/deno/cli/schemas/module-graph.json",
"$schema": "https://json-schema.org/draft-07/schema",
"description": "A JSON representation of a Deno module dependency graph.",
"required": [
Expand Down

0 comments on commit 1848f43

Please sign in to comment.