amr-lang 1.0.5 → 1.0.6

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 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,19 +16,7 @@ npm install -g amr-lang
16
16
  npm install amr-lang
17
17
  ```
18
18
 
19
- ### For development
20
19
 
21
- ```bash
22
- # Clone the repository
23
- git clone https://github.com/amrelsherbiny/My-Lang.git
24
- cd My-Lang
25
-
26
- # Install dependencies
27
- npm install
28
-
29
- # Link globally to use the `amr` command
30
- npm link
31
- ```
32
20
 
33
21
  ## Usage
34
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amr-lang",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "A simple programming language with bilingual support (English & Arabic)",
5
5
  "author": "amrelsherbiny",
6
6
  "license": "MIT",