Fixing build

This commit is contained in:
2026-01-16 09:25:50 -05:00
parent a63a758cc5
commit 8d2277f46d
3 changed files with 23 additions and 58 deletions

View File

@@ -2,6 +2,12 @@
"name": "create-strata-compile",
"version": "0.1.0",
"description": "Create a new Strata project",
"repository": {
"type": "git",
"url": "https://github.com/CarGDev/strata-compile.git",
"directory": "cli/create-strata"
},
"homepage": "https://github.com/CarGDev/strata-compile",
"bin": {
"create-strata-compile": "./index.js"
},
@@ -17,7 +23,9 @@
"strata-compile",
"create",
"scaffold",
"cli"
"cli",
"static-site",
"framework"
],
"author": "Carlos Gutierrez (CarGDev)",
"license": "MIT"