mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Version Packages (#79)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c9d4e4cfd1
commit
ad0d875613
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"create-better-t-stack": patch
|
||||
---
|
||||
|
||||
Fix self-closing div tag syntax in client template
|
||||
@@ -1,5 +1,11 @@
|
||||
# create-better-t-stack
|
||||
|
||||
## 1.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- c9d4e4c: Fix self-closing div tag syntax in client template
|
||||
|
||||
## 1.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-better-t-stack",
|
||||
"version": "1.0.7",
|
||||
"version": "1.0.8",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user