v0.0.27-alpha.0

This commit is contained in:
Oleksandr Honcharov
2024-06-13 22:03:27 +03:00
parent 6be93daa2d
commit 333bd9df13
6 changed files with 9 additions and 6 deletions
+4 -1
View File
@@ -1,6 +1,6 @@
{
"name": "create-rage-fw",
"version": "0.0.26-alpha.0",
"version": "0.0.27-alpha.0",
"bin": {
"rage-fw": "dist/index.js"
},
@@ -10,6 +10,9 @@
"build": "tsup",
"start": "npx ./dist create"
},
"files": [
"dist/**/*"
],
"description": "CLI to scaffold a template project for RageFW",
"keywords": [],
"author": "rilaxik",