This commit is contained in:
github-actions[bot]
2025-03-23 18:02:50 +05:30
committed by GitHub
parent 137cc31f4d
commit 9c8f386184
3 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": patch
---
some improvements

View File

@@ -1,5 +1,11 @@
# create-better-t-stack
## 0.17.2
### Patch Changes
- 137cc31: some improvements
## 0.17.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "create-better-t-stack",
"version": "0.17.1",
"version": "0.17.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",