From 7601e3903fb0ac55430ad28f9dc490ade442d91a Mon Sep 17 00:00:00 2001 From: "ubiquity-os[bot]" Date: Wed, 9 Oct 2024 22:13:06 +0000 Subject: [PATCH] chore: updated generated configuration --- manifest.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 0e666b7..a6f2a10 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,9 @@ { "name": "ts-template", "description": "ts-template for UbiquityOS plugins.", - "ubiquity:listeners": ["issue_comment.created"], + "ubiquity:listeners": [ + "issue_comment.created" + ], "commands": { "command1": { "ubiquity:example": "/command1 argument", @@ -21,6 +23,8 @@ "type": "string" } }, - "required": ["configurableResponse"] + "required": [ + "configurableResponse" + ] } -} +} \ No newline at end of file