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). diff --git a/package.json b/package.json index 2817799..adf39b4 100644 --- a/package.json +++ b/package.json @@ -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": [