Version Packages (#98)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-04-01 17:38:14 +05:30
committed by GitHub
parent b296ac28ed
commit ae9afaf8a7
3 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +0,0 @@
---
"create-better-t-stack": patch
---
use spaces instead of commas in flags

View File

@@ -1,5 +1,11 @@
# create-better-t-stack # create-better-t-stack
## 1.4.3
### Patch Changes
- b296ac2: use spaces instead of commas in flags
## 1.4.2 ## 1.4.2
### Patch Changes ### Patch Changes

View File

@@ -1,13 +1,16 @@
{ {
"name": "create-better-t-stack", "name": "create-better-t-stack",
"version": "1.4.2", "version": "1.4.3",
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations", "description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"create-better-t-stack": "dist/index.js" "create-better-t-stack": "dist/index.js"
}, },
"files": ["dist", "template"], "files": [
"dist",
"template"
],
"keywords": [], "keywords": [],
"repository": { "repository": {
"type": "git", "type": "git",