diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-09-14 16:39:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 16:39:58 +0200 |
commit | 1848f43aa1a2de0fabcde7970327baf37c177003 (patch) | |
tree | 40e3211c97cbff0bd4ad4308d24caedb87107038 | |
parent | c41460ecc421ac7730cc5455542e5e05f7366c4a (diff) |
chore: update URL for schemas (#12070)
-rw-r--r-- | cli/schemas/config-file.v1.json | 4 | ||||
-rw-r--r-- | cli/schemas/module-graph.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index 6cd33913a..c10ca80a1 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -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": "http://json-schema.org/draft-07/schema", "description": "A JSON representation of a Deno configuration file.", "required": [], @@ -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" }, diff --git a/cli/schemas/module-graph.json b/cli/schemas/module-graph.json index a6ff58c4c..b761badde 100644 --- a/cli/schemas/module-graph.json +++ b/cli/schemas/module-graph.json @@ -1,5 +1,5 @@ { - "$id": "https://deno.land/schemas/module-graph.json", + "$id": "https://deno.land/x/deno/cli/schemas/module-graph.json", "$schema": "http://json-schema.org/draft-07/schema", "description": "A JSON representation of a Deno module dependency graph.", "required": [ |