lunchboxjs 2.0.1 → 2.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 +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,9 +9,11 @@ Lunchbox 2 lets you write [ThreeJS](https://threejs.org/) scenes using [web comp
9
9
  </three-lunchbox>
10
10
  ```
11
11
 
12
- ## Full Docs
12
+ ## Docs
13
13
 
14
- [docs.lunchboxjs.com](https://docs.lunchboxjs.com/)
14
+ [Install](https://docs.lunchboxjs.com/install.html)
15
+
16
+ [Full docs](https://docs.lunchboxjs.com/)
15
17
 
16
18
  ## About
17
19
 
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "types": "./dist/src/index.d.ts"
13
13
  }
14
14
  },
15
- "version": "2.0.1",
15
+ "version": "2.0.2",
16
16
  "type": "module",
17
17
  "types": "./dist/src/index.d.ts",
18
18
  "scripts": {