@glyphteck/veyl 0.4.0 → 0.5.0

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
@@ -11,7 +11,6 @@ Machine-created accounts are marked as `bot` on their public profile. Passkey-cr
11
11
  ```bash
12
12
  npx -y @glyphteck/veyl help
13
13
  npm install -g @glyphteck/veyl
14
- pnpm add -g @glyphteck/veyl
15
14
  bun add -g @glyphteck/veyl
16
15
  curl -fsSL https://veyl.glyphteck.com/install | sh
17
16
  ```
@@ -20,7 +19,6 @@ For scripts:
20
19
 
21
20
  ```bash
22
21
  npm install @glyphteck/veyl
23
- pnpm add @glyphteck/veyl
24
22
  bun add @glyphteck/veyl
25
23
  ```
26
24