From b1398e8246164ed9976061fc493618b87264d5ec Mon Sep 17 00:00:00 2001 From: Michael Casebolt Date: Wed, 29 Nov 2023 11:22:41 -0800 Subject: [PATCH 1/2] change maintainers list and remove dead link --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 34b8bc6..48ef963 100644 --- a/README.md +++ b/README.md @@ -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). From 33d57ed48723e2f12d2f7bde3bcb162dd9531a6b Mon Sep 17 00:00:00 2001 From: keiya sasaki Date: Sun, 17 Dec 2023 13:11:49 +0900 Subject: [PATCH 2/2] fix: Use type definition in ESM --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 692ef63..8103fa5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "exports": { ".": { "import": "./dist/tween.esm.js", - "require": "./dist/tween.cjs.js" + "require": "./dist/tween.cjs.js", + "types": "./dist/tween.d.ts" } }, "files": [