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 +1 -1
- package/README.md +3 -0
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
ADDED
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
|
|
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.");
|