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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # create-tina-app
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 371fc73dd: remove tailwind site builder from list of starters
8
+
3
9
  ## 0.1.1
4
10
 
5
11
  ### Patch Changes
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.0";
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) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tina-app",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",