create-tina-app 1.0.5 → 1.1.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/dist/index.js +8 -1
- package/package.json +2 -2
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.0
|
|
38
|
+
var version = "1.1.0";
|
|
39
39
|
|
|
40
40
|
// src/util/fileUtil.ts
|
|
41
41
|
var import_fs_extra = __toESM(require("fs-extra"));
|
|
@@ -298,6 +298,13 @@ var EXAMPLES = [
|
|
|
298
298
|
isInternal: false,
|
|
299
299
|
gitURL: "https://github.com/tinacms/tina-remix-starter"
|
|
300
300
|
},
|
|
301
|
+
{
|
|
302
|
+
title: "Documentation Starter",
|
|
303
|
+
description: "Transform documentation with Smooth Doc: Features MDX support, light/dark mode, and seamless Vercel deployment for a dynamic, interactive experience.",
|
|
304
|
+
value: "demo-docs",
|
|
305
|
+
isInternal: false,
|
|
306
|
+
gitURL: "https://github.com/tinacms/demo-docs"
|
|
307
|
+
},
|
|
301
308
|
{
|
|
302
309
|
title: "Docusaurus Starter",
|
|
303
310
|
description: "Docusaurus empowers you to build and evolve documentation like crafting a living, breathing knowledge repository.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-tina-app",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.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": "1.1.
|
|
29
|
+
"@tinacms/scripts": "1.1.4",
|
|
30
30
|
"@types/fs-extra": "^9.0.13",
|
|
31
31
|
"@types/node": "^16.11.7",
|
|
32
32
|
"@types/prompts": "^2.0.14",
|