applabjs 1.0.0 → 1.0.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 +1 -4
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,16 +1,13 @@
1
1
  # AppLabJS
2
2
 
3
- A JavaScript Library allow to use functions in code.org App Lab in browser enviroment
3
+ A JavaScript Library allow to use functions in code.org App Lab in browser environment
4
4
 
5
5
  # Installation
6
6
 
7
7
  Add this script tag to your HTML code
8
8
 
9
- `
10
-
11
9
  ```html
12
10
  <script src="https://cdn.jsdelivr.net/gh/richardliucode/applabjs@1.0.2/applab.min.js"></script>
13
- `
14
11
  ```
15
12
 
16
13
  # Usage
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "applabjs",
3
- "version": "1.0.0",
3
+ "version": "1.0.3",
4
4
  "description": "A JavaScript Library allow to use functions in code.org App Lab in browser enviroment",
5
5
  "keywords": [
6
6
  "code.org",
7
7
  "AppLab",
8
- "JavaScript"
8
+ "JavaScript",
9
+ "front-end"
9
10
  ],
10
11
  "homepage": "https://github.com/RichardLiuCode/applabjs#readme",
11
12
  "bugs": {