@tweenjs/tween.js 20.0.1 → 20.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.
- package/README.md +1 -1
- package/dist/tween.amd.js +1 -1
- package/dist/tween.cjs.js +1 -1
- package/dist/tween.d.ts +1 -1
- package/dist/tween.esm.js +1 -1
- package/dist/tween.umd.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -373,7 +373,7 @@ Maintainers: [mikebolt](https://github.com/mikebolt), [sole](https://github.com/
|
|
|
373
373
|
|
|
374
374
|
# Projects using tween.js
|
|
375
375
|
|
|
376
|
-
[
|
|
376
|
+
[<img src="./assets/projects/11_lume.jpg" width="100" alt="Lume" />](https://lume.io)
|
|
377
377
|
[](https://aframe.io)
|
|
378
378
|
[](http://www.moma.org/interactives/exhibitions/2012/inventingabstraction/)
|
|
379
379
|
[](http://www.chromeweblab.com/)
|
package/dist/tween.amd.js
CHANGED
package/dist/tween.cjs.js
CHANGED
package/dist/tween.d.ts
CHANGED
package/dist/tween.esm.js
CHANGED
package/dist/tween.umd.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tweenjs/tween.js",
|
|
3
3
|
"description": "Super simple, fast and easy to use tweening engine which incorporates optimised Robert Penner's equations.",
|
|
4
|
-
"version": "20.0.
|
|
4
|
+
"version": "20.0.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/tween.cjs.js",
|
|
7
7
|
"types": "dist/tween.d.ts",
|