mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Version Packages (#80)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
380f659560
commit
cb6278d5b6
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"create-better-t-stack": patch
|
||||
---
|
||||
|
||||
Add package manager specific support for Tauri setup
|
||||
@@ -1,5 +1,11 @@
|
||||
# create-better-t-stack
|
||||
|
||||
## 1.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 380f659: Add package manager specific support for Tauri setup
|
||||
|
||||
## 1.0.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-better-t-stack",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"description": "CLI tool to scaffold Better-T Stack projects",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
@@ -13,7 +13,10 @@
|
||||
"url": "git+https://github.com/better-t-stack/create-better-t-stack.git",
|
||||
"directory": "apps/cli"
|
||||
},
|
||||
"files": ["dist", "template"],
|
||||
"files": [
|
||||
"dist",
|
||||
"template"
|
||||
],
|
||||
"homepage": "https://better-t-stack.pages.dev/",
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
|
||||
Reference in New Issue
Block a user