create-tina-app 1.1.1 → 1.1.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.
- package/bin/create-tina-app +1 -1
- package/dist/index.js +10 -10
- package/package.json +1 -1
package/bin/create-tina-app
CHANGED
package/dist/index.js
CHANGED
|
@@ -35,7 +35,7 @@ var import_path4 = __toESM(require("path"));
|
|
|
35
35
|
|
|
36
36
|
// package.json
|
|
37
37
|
var name = "create-tina-app";
|
|
38
|
-
var version = "1.1.
|
|
38
|
+
var version = "1.1.3";
|
|
39
39
|
|
|
40
40
|
// src/util/fileUtil.ts
|
|
41
41
|
var import_fs_extra = __toESM(require("fs-extra"));
|
|
@@ -270,15 +270,8 @@ var import_fs_extra3 = require("fs-extra");
|
|
|
270
270
|
var import_path3 = __toESM(require("path"));
|
|
271
271
|
var EXAMPLES = [
|
|
272
272
|
{
|
|
273
|
-
title: "
|
|
274
|
-
description: "
|
|
275
|
-
value: "basic",
|
|
276
|
-
isInternal: false,
|
|
277
|
-
gitURL: "https://github.com/tinacms/tina-barebones-starter"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
title: "\u2B50 Tailwind Starter",
|
|
281
|
-
description: "Choosing Tailwind makes you feel like you are god with CSS. You can do anything.",
|
|
273
|
+
title: "\u2B50 NextJS starter",
|
|
274
|
+
description: "Kickstart your project with NextJS \u2013 our top recommendation for a seamless, performant, and versatile web experience.",
|
|
282
275
|
value: "tina-cloud-starter",
|
|
283
276
|
isInternal: false,
|
|
284
277
|
gitURL: "https://github.com/tinacms/tina-cloud-starter"
|
|
@@ -310,6 +303,13 @@ var EXAMPLES = [
|
|
|
310
303
|
value: "tinasaurus",
|
|
311
304
|
isInternal: false,
|
|
312
305
|
gitURL: "https://github.com/tinacms/tinasaurus"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
title: "Bare bones starter",
|
|
309
|
+
description: "Stripped down to essentials, this starter is the canvas for pure, unadulterated code creativity.",
|
|
310
|
+
value: "basic",
|
|
311
|
+
isInternal: false,
|
|
312
|
+
gitURL: "https://github.com/tinacms/tina-barebones-starter"
|
|
313
313
|
}
|
|
314
314
|
];
|
|
315
315
|
var downloadExample = async (example, root) => {
|