@nikkory/vibe-cli 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -2361,7 +2361,7 @@ var matrixGenerateCommand = new import_commander6.Command("matrix-generate").des
|
|
|
2361
2361
|
|
|
2362
2362
|
// src/index.ts
|
|
2363
2363
|
var program = new import_commander7.Command();
|
|
2364
|
-
program.name("vibe").description("Nikkory Vibe - Production-ready code in seconds").version("1.0.0");
|
|
2364
|
+
program.name("nikkory-vibe").description("Nikkory Vibe - Production-ready code in seconds").version("1.0.0");
|
|
2365
2365
|
program.addCommand(generateCommand);
|
|
2366
2366
|
program.addCommand(matrixGenerateCommand);
|
|
2367
2367
|
program.addCommand(initCommand);
|
package/package.json
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nikkory/vibe-cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "CLI tool for Nikkory Vibe - Generate production-ready code in seconds",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"bin": {
|
|
8
|
+
"nikkory-vibe": "./dist/cli.js",
|
|
8
9
|
"vibe": "./dist/cli.js"
|
|
9
10
|
},
|
|
10
11
|
"scripts": {
|