@flydocs/cli 0.5.0-beta.4 → 0.5.0-beta.5
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/cli.js
CHANGED
|
@@ -15,7 +15,7 @@ var CLI_VERSION, CLI_NAME, PACKAGE_NAME;
|
|
|
15
15
|
var init_constants = __esm({
|
|
16
16
|
"src/lib/constants.ts"() {
|
|
17
17
|
"use strict";
|
|
18
|
-
CLI_VERSION = "0.5.0-beta.
|
|
18
|
+
CLI_VERSION = "0.5.0-beta.5";
|
|
19
19
|
CLI_NAME = "flydocs";
|
|
20
20
|
PACKAGE_NAME = "@flydocs/cli";
|
|
21
21
|
}
|
|
@@ -1614,10 +1614,7 @@ var init_install = __esm({
|
|
|
1614
1614
|
console.log();
|
|
1615
1615
|
}
|
|
1616
1616
|
if (!await pathExists(join11(targetDir, ".git"))) {
|
|
1617
|
-
|
|
1618
|
-
"Not in a git repository. Please run from the root of your project."
|
|
1619
|
-
);
|
|
1620
|
-
process.exit(1);
|
|
1617
|
+
printWarning("No git repository detected. Run git init when ready.");
|
|
1621
1618
|
}
|
|
1622
1619
|
await ensureDirectories(targetDir, tier);
|
|
1623
1620
|
console.log("Installing framework files...");
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.0-beta.
|
|
1
|
+
0.5.0-beta.5
|
package/template/manifest.json
CHANGED