create-tina-app 0.1.9 → 1.0.0

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 +13 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -50,7 +50,7 @@ var import_path4 = __toModule(require("path"));
50
50
 
51
51
  // package.json
52
52
  var name = "create-tina-app";
53
- var version = "0.1.9";
53
+ var version = "1.0.0";
54
54
 
55
55
  // src/util/fileUtil.ts
56
56
  var import_fs_extra = __toModule(require("fs-extra"));
@@ -281,6 +281,18 @@ var EXAMPLES = [
281
281
  value: "tina-docs-starter",
282
282
  isInternal: false,
283
283
  gitURL: "https://github.com/tinacms/tina-docs-starter"
284
+ },
285
+ {
286
+ title: "Hugo Starter",
287
+ value: "tina-hugo-starter",
288
+ isInternal: false,
289
+ gitURL: "https://github.com/tinacms/tina-hugo-starter"
290
+ },
291
+ {
292
+ title: "Remix Starter",
293
+ value: "tina-remix-starter",
294
+ isInternal: false,
295
+ gitURL: "https://github.com/tinacms/tina-remix-starter"
284
296
  }
285
297
  ];
286
298
  var downloadExample = async (example, root) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tina-app",
3
- "version": "0.1.9",
3
+ "version": "1.0.0",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",
@@ -26,7 +26,7 @@
26
26
  "directory": "packages/create-tina-app"
27
27
  },
28
28
  "devDependencies": {
29
- "@tinacms/scripts": "0.51.3",
29
+ "@tinacms/scripts": "1.0.0",
30
30
  "@types/fs-extra": "^9.0.13",
31
31
  "@types/node": "^16.11.7",
32
32
  "@types/prompts": "^2.0.14",
@@ -34,7 +34,7 @@
34
34
  "typescript": "4.3.5"
35
35
  },
36
36
  "dependencies": {
37
- "@tinacms/metrics": "0.0.3",
37
+ "@tinacms/metrics": "1.0.0",
38
38
  "chalk": "^4.1.2",
39
39
  "commander": "^8.3.0",
40
40
  "cross-spawn": "^7.0.3",