fruta 0.0.1 → 0.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 +0 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,14 +7,7 @@ The idea behind FrutaJs is to provide an additional layer on top of the existing
7
7
  # Install
8
8
 
9
9
  ```npm
10
- Npm version
11
10
  npm i fruta
12
-
13
- CDN Heavy Version
14
- <script src="//cdn.jsdelivr.net/npm/fruta@1.1/dist/fruta.js"></script>
15
-
16
- CND Min Version
17
- <script src="//cdn.jsdelivr.net/npm/fruta@1.1/dist/fruta.min.js"></script>
18
11
  ```
19
12
 
20
13
  # Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fruta",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Intuitive Video Game Library Aimed at HTML5 Development.",
5
5
  "browser": "./src/core/fruta.js",
6
6
  "scripts": {