Merge branch 'main' into package-exports-types

This commit is contained in:
Joe Pea 2024-01-14 14:14:35 -08:00 committed by GitHub
commit 09e1fbb028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -153,7 +153,6 @@ import * as TWEEN from '@tweenjs/tween.js'
- [Contributor guide](./docs/contributor_guide.md)
- [Tutorial](https://web.archive.org/web/20220601192930/http://learningthreejs.com/blog/2011/08/17/tweenjs-for-smooth-animation/) using tween.js with three.js
- Also: [libtween](https://github.com/jsm174/libtween), a port of tween.js to C by [jsm174](https://github.com/jsm174)
- [Understanding tween.js](https://mikebolt.me/article/understanding-tweenjs.html)
# Examples
@ -369,7 +368,7 @@ If you want to add any feature or change existing features, you _must_ run the t
# People
Maintainers: [mikebolt](https://github.com/mikebolt), [sole](https://github.com/sole), [Joe Pea (@trusktr)](https://github.com/trusktr).
Maintainers: [Joe Pea (@trusktr)](https://github.com/trusktr).
[All contributors](http://github.com/tweenjs/tween.js/contributors).

View File

@ -10,7 +10,8 @@
".": {
"types": "./dist/tween.d.ts",
"import": "./dist/tween.esm.js",
"require": "./dist/tween.cjs.js"
"require": "./dist/tween.cjs.js",
"types": "./dist/tween.d.ts"
}
},
"files": [