mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Version Packages (#83)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4a45ce988b
commit
b3f94896ab
@@ -1,5 +1,11 @@
|
||||
# create-better-t-stack
|
||||
|
||||
## 1.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 4a45ce9: Use current package manager version in packageManager field
|
||||
|
||||
## 1.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,13 +1,16 @@
|
||||
{
|
||||
"name": "create-better-t-stack",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"description": "CLI tool to scaffold Better-T Stack projects",
|
||||
"type": "module",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"create-better-t-stack": "dist/index.js"
|
||||
},
|
||||
"files": ["dist", "template"],
|
||||
"files": [
|
||||
"dist",
|
||||
"template"
|
||||
],
|
||||
"keywords": [],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user