Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pernielsentikaer authored Oct 17, 2024
1 parent 88e13e1 commit 7712723
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extensions/time-teller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
}
}
}

0 comments on commit 7712723

Please sign in to comment.