diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4bf3242a..89fbdc1c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,6 @@ Any change that modifies the existing public API should be added to the relevant | Release | WIP branch | | ------: | :--------- | -| v0.17.0 | quill | | v0.18.0 | ridge | | v0.19.0 | suit | @@ -72,12 +71,7 @@ These can be converted to Markdown by running: npm run docs ``` -The `types.d.ts` TypeScript declaration can be generated by running: -```sh -npm run types -``` - -Please include documentation and TypeScript declaration updates in any Pull Request that modifies the public API. +Please include documentation updates in any Pull Request that modifies the public API. ## Run the tests diff --git a/docs/install.md b/docs/install.md index 25a51f03..93028323 100644 --- a/docs/install.md +++ b/docs/install.md @@ -12,7 +12,7 @@ yarn add sharp * Node v4+ * C++11 compatible compiler such as gcc 4.8+, clang 3.0+ or MSVC 2013+ -* [node-gyp](https://github.com/TooTallNate/node-gyp#installation) and its dependencies +* [node-gyp](https://github.com/TooTallNate/node-gyp#installation) and its dependencies (includes Python) ### Linux @@ -27,7 +27,7 @@ Most recent Linux-based operating systems with glibc running on x64 and ARMv6+ C * Debian 7, 8 * Ubuntu 12.04, 14.04, 16.04 * Centos 7 -* Fedora 23, 24 +* Fedora * openSUSE 13.2 * Archlinux * Raspbian Jessie @@ -135,7 +135,6 @@ You can now download your deployment ZIP using `scp` and upload it to Lambda. Be * [gulp-responsive](https://www.npmjs.com/package/gulp-responsive) * [grunt-sharp](https://www.npmjs.com/package/grunt-sharp) - ### CLI tools * [sharp-cli](https://www.npmjs.com/package/sharp-cli)