Skip to content

Commit

Permalink
Small doc update and dep bumps ahead of v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Nov 8, 2016
1 parent bb096ac commit c6f12fe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ build
node_modules
coverage
.editorconfig
.jshintignore
.jshintrc
.gitignore
test
.travis.yml
Expand Down
8 changes: 4 additions & 4 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ yarn add sharp
[![Ubuntu 14.04 Build Status](https://travis-ci.org/lovell/sharp.png?branch=master)](https://travis-ci.org/lovell/sharp)
[![Linux Build Status](https://circleci.com/gh/lovell/sharp.svg?style=svg&circle-token=6cb6d1d287a51af83722b19ed8885377fbc85e5c)](https://circleci.com/gh/lovell/sharp)

libvips and its dependencies are fetched and stored within `node_modules/sharp/lib` during `npm install`.
libvips and its dependencies are fetched and stored within `node_modules/sharp/vendor` during `npm install`.
This involves an automated HTTPS download of approximately 6.5MB.

Most recent Linux-based operating systems with glibc running on x64 and ARMv6+ CPUs should "just work", e.g.:
Expand Down Expand Up @@ -62,8 +62,8 @@ via `sharp.cache(false)` to avoid a stack overflow.

[![OS X 10.9.5 Build Status](https://travis-ci.org/lovell/sharp.png?branch=master)](https://travis-ci.org/lovell/sharp)

libvips and its dependencies are fetched and stored within `node_modules/sharp/lib` during `npm install`.
This involves an automated HTTPS download of approximately 6.5MB.
libvips and its dependencies are fetched and stored within `node_modules/sharp/vendor` during `npm install`.
This involves an automated HTTPS download of approximately 6.3MB.

To use your own version of libvips instead of the provided binaries, make sure it is
at least the version listed under `config.libvips` in the `package.json` file and
Expand All @@ -73,7 +73,7 @@ that it can be located using `pkg-config --modversion vips-cpp`.

[![Windows x64 Build Status](https://ci.appveyor.com/api/projects/status/pgtul704nkhhg6sg)](https://ci.appveyor.com/project/lovell/sharp)

libvips and its dependencies are fetched and stored within `node_modules\sharp` during `npm install`.
libvips and its dependencies are fetched and stored within `node_modules\sharp\vendor` during `npm install`.
This involves an automated HTTPS download of approximately 9MB.

Only 64-bit (x64) `node.exe` is supported.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"dependencies": {
"caw": "^2.0.0",
"color": "^0.11.3",
"got": "^6.6.0",
"got": "^6.6.3",
"nan": "^2.4.0",
"semver": "^5.3.0",
"tar": "^2.2.1"
Expand All @@ -69,7 +69,7 @@
"async": "^2.1.2",
"bufferutil": "^1.2.1",
"cross-env": "^3.1.3",
"documentation": "^4.0.0-beta11",
"documentation": "^4.0.0-beta12",
"exif-reader": "^1.0.1",
"icc": "^0.0.2",
"mocha": "^3.1.2",
Expand Down

0 comments on commit c6f12fe

Please sign in to comment.