create-tina-app 1.3.2 → 1.3.3

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -40,7 +40,7 @@ var import_node_path = __toESM(require("path"));
40
40
 
41
41
  // package.json
42
42
  var name = "create-tina-app";
43
- var version = "1.3.2";
43
+ var version = "1.3.3";
44
44
 
45
45
  // src/util/fileUtil.ts
46
46
  var import_fs_extra = __toESM(require("fs-extra"));
@@ -568,6 +568,10 @@ async function run() {
568
568
  log.err("Failed to initialize Git repository, skipping.");
569
569
  }
570
570
  log.success("Starter successfully created!");
571
+ if (template.value === "tina-hugo-starter")
572
+ log.warn(
573
+ "Hugo is required for this starter. Install it: https://gohugo.io/installation/"
574
+ );
571
575
  log.log(TextStyles.bold("\nTo launch your app, run:\n"));
572
576
  log.cmd(`cd ${appName}
573
577
  ${pkgManager} run dev`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tina-app",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",
@@ -35,7 +35,7 @@
35
35
  "@types/prompts": "^2.4.9",
36
36
  "@types/tar": "6.1.13",
37
37
  "typescript": "^5.7.3",
38
- "@tinacms/scripts": "1.3.2"
38
+ "@tinacms/scripts": "1.3.3"
39
39
  },
40
40
  "dependencies": {
41
41
  "chalk": "4.1.2",