From f62e8fb9f6f50760975a6ad41766df9d3ac8dfda Mon Sep 17 00:00:00 2001 From: Ben C Date: Tue, 26 Mar 2024 15:06:26 -0400 Subject: [PATCH] Fix typos --- .vscode/settings.json | 3 +++ schemas/manifest_schema.json | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ad54b396c..fa5741820 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,8 @@ "everytime", "overridable", "Untarget" + ], + "githubPullRequests.ignoredPullRequestBranches": [ + "master" ] } \ No newline at end of file diff --git a/schemas/manifest_schema.json b/schemas/manifest_schema.json index 40e46271e..c67470187 100644 --- a/schemas/manifest_schema.json +++ b/schemas/manifest_schema.json @@ -92,7 +92,7 @@ "minGameVersion": { "type": "string", "description": "The minimum version of the game that this mod is compatible with", - "default": "" + "default": "", "pattern": "^\\d+\\.\\d+\\.\\d+\\.\\d+$", "examples": [ "1.0.0", @@ -103,7 +103,7 @@ "maxGameVersion": { "type": "string", "description": "The maximum version of the game that this mod is compatible with", - "default": "" + "default": "", "pattern": "^\\d+\\.\\d+\\.\\d+\\.\\d+$", "examples": [ "1.0.0", @@ -119,7 +119,7 @@ "incompatibleVendors": { "type": "array", "description": "The vendors this mod does not work on", - "default": [] + "default": [], "items": { "type": "string", "enum": [