@yerofey/cryptowallet-cli 1.7.1 → 1.7.2

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/README.md +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,10 +17,6 @@ $ pnpm add -g @yerofey/cryptowallet-cli
17
17
 
18
18
  # via Yarn
19
19
  $ yarn global add @yerofey/cryptowallet-cli
20
-
21
- # via Homebrew
22
- $ brew tap yerofey/cryptowallet && brew install cryptowallet
23
- # (it is building from scratch, so might took a while - like a minute or so)
24
20
  ```
25
21
 
26
22
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yerofey/cryptowallet-cli",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "type": "module",
5
5
  "homepage": "https://github.com/yerofey/cryptowallet-cli",
6
6
  "author": "Yerofey S. <pm@yerofey.dev> (https://github.com/yerofey)",