create-tina-app 0.1.1 → 0.1.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.
- package/CHANGELOG.md +6 -0
- package/dist/index.js +1 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -32,7 +32,7 @@ var import_path4 = __toModule(require("path"));
|
|
|
32
32
|
|
|
33
33
|
// pnp:/Users/jeffsee/code/tinacms/packages/create-tina-app/package.json
|
|
34
34
|
var name = "create-tina-app";
|
|
35
|
-
var version = "0.1.
|
|
35
|
+
var version = "0.1.2";
|
|
36
36
|
|
|
37
37
|
// pnp:/Users/jeffsee/code/tinacms/packages/create-tina-app/src/util/fileUtil.ts
|
|
38
38
|
var import_fs = __toModule(require("fs"));
|
|
@@ -263,11 +263,6 @@ var EXAMPLES = [
|
|
|
263
263
|
value: "tina-docs-starter",
|
|
264
264
|
isInternal: false,
|
|
265
265
|
gitURL: "https://github.com/tinacms/tina-docs-starter"
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
title: "Tailwind Site Builder",
|
|
269
|
-
value: "tina-tailwind-sidebar-demo",
|
|
270
|
-
isInternal: true
|
|
271
266
|
}
|
|
272
267
|
];
|
|
273
268
|
var downloadExample = async (example, root) => {
|