create-tina-app 1.0.1 → 1.0.2

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 +1 -7
  2. package/package.json +2 -2
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 = "1.0.1";
53
+ var version = "1.0.2";
54
54
 
55
55
  // src/util/fileUtil.ts
56
56
  var import_fs_extra = __toModule(require("fs-extra"));
@@ -276,12 +276,6 @@ var EXAMPLES = [
276
276
  isInternal: false,
277
277
  gitURL: "https://github.com/tinacms/tina-cloud-starter"
278
278
  },
279
- {
280
- title: "Documentation Starter",
281
- value: "tina-docs-starter",
282
- isInternal: false,
283
- gitURL: "https://github.com/tinacms/tina-docs-starter"
284
- },
285
279
  {
286
280
  title: "Hugo Starter",
287
281
  value: "tina-hugo-starter",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tina-app",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",
@@ -34,7 +34,7 @@
34
34
  "typescript": "4.3.5"
35
35
  },
36
36
  "dependencies": {
37
- "@tinacms/metrics": "1.0.0",
37
+ "@tinacms/metrics": "1.0.1",
38
38
  "chalk": "^4.1.2",
39
39
  "commander": "^8.3.0",
40
40
  "cross-spawn": "^7.0.3",