chore(create-discord-bot): release create-discord-bot@1.0.0 (#10674)

* chore: fix cliff-jumper config

* chore(create-discord-bot): release create-discord-bot@1.0.0

---------

Co-authored-by: Vlad Frangu <me@vladfrangu.dev>
This commit is contained in:
Almeida
2025-01-01 23:28:01 +00:00
committed by GitHub
parent a111cddcea
commit ad0d9a295e
3 changed files with 14 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "create-discord-bot",
"version": "0.3.1",
"version": "1.0.0",
"description": "A simple way to create a startup Discord bot.",
"scripts": {
"build": "tsc --noEmit && tsup",