From 77127231f180ad7f9101cd737989d508cf8cee3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Nielsen=20Tik=C3=A6r?= Date: Thu, 17 Oct 2024 12:17:05 +0200 Subject: [PATCH] Update package.json --- extensions/time-teller/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extensions/time-teller/package.json b/extensions/time-teller/package.json index a85e942ef80..b26ff74d992 100644 --- a/extensions/time-teller/package.json +++ b/extensions/time-teller/package.json @@ -5,6 +5,9 @@ "description": "The Time Teller extension uses AI to transcribe human-friendly language into a start and end date and then converts the time frame into different units.", "icon": "icon.png", "author": "ickas", + "contributors": [ + "pernielsentikaer" + ], "categories": [ "Developer Tools", "Other" @@ -39,4 +42,4 @@ "prepublishOnly": "echo \"\\n\\nIt seems like you are trying to publish the Raycast extension to npm.\\n\\nIf you did intend to publish it to npm, remove the \\`prepublishOnly\\` script and rerun \\`npm publish\\` again.\\nIf you wanted to publish it to the Raycast Store instead, use \\`npm run publish\\` instead.\\n\\n\" && exit 1", "publish": "npx @raycast/api@latest publish" } -} \ No newline at end of file +}