create-cookbook 1.0.0-beta.81 → 1.0.0-beta.83

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 CHANGED
@@ -1 +1 @@
1
- export const __VERSION__ = "1.0.0-beta.81";
1
+ export const __VERSION__ = "1.0.0-beta.83";
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 --help"));
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cookbook",
3
- "version": "1.0.0-beta.81",
3
+ "version": "1.0.0-beta.83",
4
4
  "main": "index.mjs",
5
5
  "bin": {
6
6
  "create-cookbook": "./index.mjs"