v0.0.25-alpha.0

This commit is contained in:
Oleksandr Honcharov
2024-06-13 21:50:40 +03:00
parent 7357038c42
commit 06f93e61a8
7 changed files with 7 additions and 19 deletions
-12
View File
@@ -1,12 +0,0 @@
# build
bin/
# deps
node_modules/
package-lock.json
yarn.lock
pnpm-lock.yaml
# dev
.vscode/
.idea/
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "rage-fw",
"version": "0.0.24-alpha.0",
"name": "create-rage-fw",
"version": "0.0.25-alpha.0",
"bin": {
"rage-fw": "dist/index.js"
},