create-cookbook 1.0.0-beta.81 → 1.0.0-beta.82
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/__VERSION__.mjs +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/__VERSION__.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const __VERSION__ = "1.0.0-beta.
|
|
1
|
+
export const __VERSION__ = "1.0.0-beta.82";
|
package/index.mjs
CHANGED
|
@@ -186,7 +186,7 @@ const color = gradient(["cyan", "#2d9b87"]);
|
|
|
186
186
|
console.log("");
|
|
187
187
|
consola.success(color("Cookbook installed successfully!"))
|
|
188
188
|
|
|
189
|
-
console.log(color("△ Try running: co --
|
|
189
|
+
console.log(color("△ Try running: co --version"));
|
|
190
190
|
if (process.platform === "win32") {
|
|
191
191
|
console.log(color("△ Note: You may need to restart your terminal for PATH changes to take effect"));
|
|
192
192
|
}
|