This commit is contained in:
github-actions[bot]
2025-03-22 22:54:11 +05:30
committed by GitHub
parent 996b35b78a
commit 116040c5c7
3 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": minor
---
Add Biome and Husky for code formatting and Git hooks

View File

@@ -1,5 +1,11 @@
# create-better-t-stack
## 0.17.0
### Minor Changes
- 996b35b: Add Biome and Husky for code formatting and Git hooks
## 0.16.0
### Minor Changes

View File

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