create-tina-app 0.1.8 → 0.2.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.
- package/bin/create-tina-app +0 -1
- package/dist/index.js +13 -1
- package/package.json +2 -3
package/bin/create-tina-app
CHANGED
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.
|
|
53
|
+
var version = "0.2.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.
|
|
3
|
+
"version": "0.2.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.
|
|
29
|
+
"@tinacms/scripts": "0.51.3",
|
|
30
30
|
"@types/fs-extra": "^9.0.13",
|
|
31
31
|
"@types/node": "^16.11.7",
|
|
32
32
|
"@types/prompts": "^2.0.14",
|
|
@@ -38,7 +38,6 @@
|
|
|
38
38
|
"chalk": "^4.1.2",
|
|
39
39
|
"commander": "^8.3.0",
|
|
40
40
|
"cross-spawn": "^7.0.3",
|
|
41
|
-
"esm": "3.2.25",
|
|
42
41
|
"fs-extra": "^10.0.0",
|
|
43
42
|
"got": "^11.8.5",
|
|
44
43
|
"prompts": "^2.4.2",
|