avd-manager-cli 1.0.1 → 1.0.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 +1 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,8 +9,6 @@ Welcome to **AVD Manager CLI** — a simple and efficient command-line tool for
9
9
 
10
10
  This quick-start guide will help you install, configure, and use the CLI in just a few steps.
11
11
 
12
- ---
13
-
14
12
  ## 🧩 Prerequisites
15
13
 
16
14
  Before you begin, make sure you have:
@@ -20,8 +18,6 @@ Before you begin, make sure you have:
20
18
  - **Android SDK tools** (`avdmanager`, `sdkmanager`) available in your PATH
21
19
  - **Node.js** (if installing via npm)
22
20
 
23
- ---
24
-
25
21
  ## Installation
26
22
 
27
23
  You can install AVD Manager CLI globally using npm:
@@ -29,7 +25,6 @@ You can install AVD Manager CLI globally using npm:
29
25
  ```bash
30
26
  npm install -g avd_manager
31
27
  ```
32
- ````
33
28
 
34
29
  Or clone the repository manually:
35
30
 
@@ -99,7 +94,4 @@ If you encounter issues:
99
94
  ## License
100
95
 
101
96
  MIT
102
-
103
- ```
104
-
105
- ```
97
+ ````
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "avd-manager-cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "license": "MIT",
5
5
  "description": "A command-line tool to manage Android Virtual Devices (AVDs) with ease.",
6
6
  "bin": {