@zeroheight/adoption-cli 0.2.7 → 0.2.9

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
@@ -10,7 +10,7 @@ const { output, cleanup } = render(React.createElement(HelpInfo, null));
10
10
  program
11
11
  .name("zh-adoption")
12
12
  .description("CLI for measuring design system usage usage in your products")
13
- .version("0.2.7")
13
+ .version("0.2.9")
14
14
  .addHelpText("before", output)
15
15
  .addCommand(analyzeCommand())
16
16
  .addCommand(authCommand());
@@ -19,6 +19,6 @@ export default function HelpInfo() {
19
19
  React.createElement(Text, null,
20
20
  "For more information on how to set this up, check",
21
21
  " ",
22
- React.createElement(Link, { url: "https://zeroheight.com" }, "here"),
22
+ React.createElement(Link, { url: "https://zeroheight.com/help/article/component-usage/" }, "here"),
23
23
  "."))));
24
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeroheight/adoption-cli",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "license": "ISC",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {