This commit is contained in:
github-actions[bot]
2025-03-24 01:52:50 +05:30
committed by GitHub
parent b5f47fc23b
commit 4b7dc843ca
3 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +1,11 @@
# create-better-t-stack
## 1.0.2
### Patch Changes
- b5f47fc: Add Todo button to homepage when examples are included
## 1.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "create-better-t-stack",
"version": "1.0.1",
"version": "1.0.2",
"description": "CLI tool to scaffold Better-T Stack projects",
"type": "module",
"license": "MIT",
@@ -22,7 +22,10 @@
"test": "vitest run",
"prepublishOnly": "npm run build"
},
"files": ["dist", "template"],
"files": [
"dist",
"template"
],
"dependencies": {
"@clack/prompts": "^0.10.0",
"commander": "^13.1.0",