@duyxyz/saca 1.0.0 → 1.0.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 +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,12 +7,17 @@
7
7
 
8
8
  Run instantly with npx
9
9
  ```bash
10
- npx github:duyxyz/saca
10
+ npx @duyxyz/saca
11
11
  ```
12
12
 
13
13
  Install globally with npm
14
14
  ```bash
15
- npm install -g github:duyxyz/saca
15
+ npm install -g @duyxyz/saca
16
+ ```
17
+
18
+ Uninstall global package
19
+ ```bash
20
+ npm uninstall -g @duyxyz/saca
16
21
  ```
17
22
 
18
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duyxyz/saca",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Interactive CLI tool to list and uninstall Android apps via ADB",
5
5
  "type": "module",
6
6
  "bin": {