@thinhnguyencth1204/nextcli 0.2.0 → 0.2.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/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1464,7 +1464,7 @@ var NexTCLICommand = class _NexTCLICommand extends Command {
|
|
|
1464
1464
|
|
|
1465
1465
|
// src/cli.ts
|
|
1466
1466
|
var program = new NexTCLICommand();
|
|
1467
|
-
program.name("nextcli").description("Scaffold outsource-ready Next.js projects").version("0.1
|
|
1467
|
+
program.name("nextcli").description("Scaffold outsource-ready Next.js projects").version("0.2.1");
|
|
1468
1468
|
registerCreateCommand(program);
|
|
1469
1469
|
registerAddCommand(program);
|
|
1470
1470
|
registerMigrateCommand(program);
|