gl-draw 0.2.1 → 0.2.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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,8 +18,7 @@ yarn add gl-draw
18
18
 
19
19
  ```javascript
20
20
  {
21
- "@tweenjs/tween.js": "^18.6.4",
22
- "three": "^0.136.0"
21
+ "three": ">=0.136.0"
23
22
  }
24
23
  ```
25
24
  使用
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gl-draw",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "author": "gitplus <hstits@gmail.com>",
5
5
  "scripts": {
6
6
  "start": "PORT=3002 bundler-dev",