nalet 0.1.2 → 0.1.3

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 +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,7 +28,10 @@ nalet start
28
28
 
29
29
  ```bash
30
30
  # Homebrew (recommended)
31
- brew install MohmmedAshraf/tap/nalet
31
+ brew install mohmmedashraf/nalet
32
+
33
+ # Desktop app (via Homebrew)
34
+ brew install --cask mohmmedashraf/nalet
32
35
 
33
36
  # npm
34
37
  npm install -g nalet
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nalet",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "A Valet-like dev environment manager for Node.js frameworks",
5
5
  "author": "Mohamed Ashraf <cupo.ashraf@gmail.com>",
6
6
  "repository": {