@srcroot/ui 0.0.36 → 0.0.37
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 +2 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -354,13 +354,9 @@ Manually run: ${cfg.packageManager} ${cfg.installCmd} ${deps.join(" ")}`);
|
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
356
|
printSuccess() {
|
|
357
|
-
const cfg = this.config;
|
|
358
357
|
logger.success("\n\u2705 Project initialized successfully!\n");
|
|
359
|
-
console.log(
|
|
360
|
-
console.log(
|
|
361
|
-
console.log("\n\u2728 Next steps:");
|
|
362
|
-
console.log(" 1. npx @srcroot/ui add button");
|
|
363
|
-
console.log(" 2. npx @srcroot/ui add --all");
|
|
358
|
+
console.log("\u2728 Next steps:");
|
|
359
|
+
console.log(" 1. npx @srcroot/ui add --all");
|
|
364
360
|
console.log();
|
|
365
361
|
}
|
|
366
362
|
};
|