Skip to content

Commit

Permalink
chore: bump plugin system schema version (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Jul 2, 2024
1 parent ca4aa5e commit c9f3d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions handleRequest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const connInfo: Deno.ServeHandlerInfo = {
hostname: "127.0.0.1",
port: 80,
},
completed: Promise.resolve(),
};

Deno.test("should get info.json", async () => {
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schemaVersion": 4,
"pluginSystemSchemaVersion": 3,
"pluginSystemSchemaVersion": 4,
"latest": [
{
"name": "dprint-plugin-typescript",
Expand Down

0 comments on commit c9f3d72

Please # to comment.