mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Version Packages (#109)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b3c746cd49
commit
a12fb1845a
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"create-better-t-stack": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Add useSortedClasses rule to Biome configuration
|
|
||||||
@@ -1,5 +1,11 @@
|
|||||||
# create-better-t-stack
|
# create-better-t-stack
|
||||||
|
|
||||||
|
## 1.6.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- b3c746c: Add useSortedClasses rule to Biome configuration
|
||||||
|
|
||||||
## 1.6.1
|
## 1.6.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,13 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "create-better-t-stack",
|
"name": "create-better-t-stack",
|
||||||
"version": "1.6.1",
|
"version": "1.6.2",
|
||||||
"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": ["template", "dist"],
|
"files": [
|
||||||
|
"template",
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"typescript",
|
"typescript",
|
||||||
"scaffold",
|
"scaffold",
|
||||||
|
|||||||
Reference in New Issue
Block a user