@trycourier/cli 3.1.6 → 3.2.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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,8 +10,6 @@ npm install -g @trycourier/cli
10
10
 
11
11
  ### Other install methods
12
12
 
13
- - **Homebrew**: `brew install trycourier/courier/courier`
14
- - **Go**: `go install github.com/trycourier/courier-cli/cmd/courier@latest`
15
13
  - **Binary**: [GitHub Releases](https://github.com/trycourier/courier-cli/releases)
16
14
 
17
15
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trycourier/cli",
3
- "version": "3.1.6",
3
+ "version": "3.2.0",
4
4
  "description": "Courier CLI – manage notifications from the command line",
5
5
  "bin": {
6
6
  "courier": "./bin/courier.js"