clavue 8.30.3 → 8.30.4

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Clavue v8.30.3
1
+ # Clavue v8.30.4
2
2
 
3
3
  ![Clavue cover](https://unpkg.com/clavue/image.png)
4
4
 
@@ -65,8 +65,8 @@ npx -y clavue
65
65
  Run a specific version with `npx`:
66
66
 
67
67
  ```bash
68
- npx -y clavue@8.30.3 --version
69
- npx -y clavue@8.30.3
68
+ npx -y clavue@8.30.4 --version
69
+ npx -y clavue@8.30.4
70
70
  ```
71
71
 
72
72
  Install globally from npm when you want the `clavue` command to stay available:
@@ -86,7 +86,7 @@ curl -fsSL https://unpkg.com/clavue/install.sh | bash
86
86
  Install a specific version globally:
87
87
 
88
88
  ```bash
89
- curl -fsSL https://unpkg.com/clavue@8.30.3/install.sh | bash -s -- 8.30.3
89
+ curl -fsSL https://unpkg.com/clavue@8.30.4/install.sh | bash -s -- 8.30.4
90
90
  ```
91
91
 
92
92
  ### Troubleshooting: `ENOTEMPTY` / `bash: clavue: No such file or directory`
@@ -230,7 +230,7 @@ Version check:
230
230
  ```bash
231
231
  clavue --version
232
232
  npx -y clavue --version
233
- npx -y clavue@8.30.3 --version
233
+ npx -y clavue@8.30.4 --version
234
234
  # available after a global install and launcher setup
235
235
  clavue --version
236
236
  ```