lazy-skill 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11,7 +11,7 @@ import { listenCommand } from "./commands/listen.js";
11
11
  const VERSION = "0.1.0";
12
12
  function help() {
13
13
  const theme = THEMES[readConfig().theme];
14
- const cmd = (name) => rgb(theme.accent, name.padEnd(24));
14
+ const cmd = (name) => rgb(theme.accent, name.padEnd(26));
15
15
  console.log(`
16
16
  ${style.bold("LAZY")} ${rgb(theme.accent, style.bold("SKILL"))}${rgb(theme.support, " Zz")} ${style.gray("See it. Search it. Install it.")}
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lazy-skill",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Found an AI skill while scrolling? Install it to your computer from your phone.",
5
5
  "type": "module",
6
6
  "bin": {