create-tina-app 0.0.0-20211022144743 → 0.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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # create-tina-app
2
2
 
3
- ## 0.0.0-20211022144743
3
+ ## 0.1.0
4
4
  ### Minor Changes
5
5
 
6
6
  - e792dd0fd: Added basic Create Tina App
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # Create Tina App
2
+
3
+ > TODO
package/dist/index.js CHANGED
@@ -32,7 +32,7 @@ var import_path4 = __toModule(require("path"));
32
32
 
33
33
  // pnp:/home/runner/work/tinacms/tinacms/packages/create-tina-app/package.json
34
34
  var name = "create-tina-app";
35
- var version = "0.0.1";
35
+ var version = "0.1.0";
36
36
 
37
37
  // pnp:/home/runner/work/tinacms/tinacms/packages/create-tina-app/src/util/fileUtil.ts
38
38
  var import_fs = __toModule(require("fs"));
@@ -335,6 +335,7 @@ var run = async () => {
335
335
  console.log("Installing packages. This might take a couple of minutes.");
336
336
  console.log();
337
337
  await install(root, null, { useYarn, isOnline: true });
338
+ console.log(import_chalk4.default.green("Finished installing all packages"));
338
339
  console.log();
339
340
  if (tryGitInit(root)) {
340
341
  console.log("Initialized a git repository.");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tina-app",
3
- "version": "0.0.0-20211022144743",
3
+ "version": "0.1.0",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",