create-tina-app 1.0.3 → 1.0.4

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 +7 -1
  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.3";
53
+ var version = "1.0.4";
54
54
 
55
55
  // src/util/fileUtil.ts
56
56
  var import_fs_extra = __toModule(require("fs-extra"));
@@ -287,6 +287,12 @@ var EXAMPLES = [
287
287
  value: "tina-remix-starter",
288
288
  isInternal: false,
289
289
  gitURL: "https://github.com/tinacms/tina-remix-starter"
290
+ },
291
+ {
292
+ title: "Docusaurus Starter",
293
+ value: "tinasaurus",
294
+ isInternal: false,
295
+ gitURL: "https://github.com/tinacms/tinasaurus"
290
296
  }
291
297
  ];
292
298
  var downloadExample = async (example, root) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tina-app",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
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": "1.0.2",
29
+ "@tinacms/scripts": "1.0.3",
30
30
  "@types/fs-extra": "^9.0.13",
31
31
  "@types/node": "^16.11.7",
32
32
  "@types/prompts": "^2.0.14",