@tinacms/cli 1.0.7 → 1.0.8
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -304,7 +304,7 @@ var commander = __toModule(require("commander"));
|
|
|
304
304
|
|
|
305
305
|
// package.json
|
|
306
306
|
var name = "@tinacms/cli";
|
|
307
|
-
var version = "1.0.
|
|
307
|
+
var version = "1.0.8";
|
|
308
308
|
|
|
309
309
|
// src/cmds/audit/audit.ts
|
|
310
310
|
var import_graphql = __toModule(require("@tinacms/graphql"));
|
|
@@ -2711,7 +2711,7 @@ var choosePublicFolder = async ({ framework }) => {
|
|
|
2711
2711
|
name: "selection",
|
|
2712
2712
|
type: "text",
|
|
2713
2713
|
message: `Where are public assets stored? (default: "${suggestion}")
|
|
2714
|
-
Not sure what value to use? Refer to our "Frameworks" doc: https://tina.io/docs/integration/frameworks
|
|
2714
|
+
` + logText(`Not sure what value to use? Refer to our "Frameworks" doc: ${linkText("https://tina.io/docs/integration/frameworks/#configuring-tina-with-each-framework")}`)
|
|
2715
2715
|
});
|
|
2716
2716
|
return option["selection"] || suggestion;
|
|
2717
2717
|
};
|