npq 3.12.0 → 3.12.1

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,6 +53,12 @@ npm install -g npq
53
53
 
54
54
  *Note: we recommend installing with `npm` rather than `yarn`. That way, `npq` can automatically install shell aliases for you.*
55
55
 
56
+ You can also install `npq` via [Homebrew](https://brew.sh) on macOS or Linux:
57
+
58
+ ```bash
59
+ brew install npq
60
+ ```
61
+
56
62
  ## Usage
57
63
 
58
64
  ### Install packages with npq
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npq",
3
- "version": "3.12.0",
3
+ "version": "3.12.1",
4
4
  "description": "marshall your npm/npm package installs with high quality and class 🎖",
5
5
  "bin": {
6
6
  "npq": "./bin/npq.js",