update version

This commit is contained in:
Aman Varshney
2025-02-12 16:02:17 +05:30
parent 716fb8f61e
commit 3cffe29a02
3 changed files with 9 additions and 2 deletions

View File

@@ -1,11 +1,13 @@
{
"name": "create-better-t-stack",
"version": "1.0.0",
"version": "0.0.0",
"description": "CLI tool to scaffold Better-T Stack projects",
"type": "module",
"license": "MIT",
"bin": {
"create-better-t-stack": "dist/index.js"
},
"keywords": [],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",