From 4009acdd303c3543271750259856ba6fc140f8b8 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 28 Oct 2019 18:19:33 +0000 Subject: [PATCH] Docs: support added for Node.js 13 --- README.md | 2 +- docs/index.md | 2 +- docs/install.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb35d135..409cd496 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ As well as image resizing, operations such as rotation, extraction, compositing and gamma correction are available. Most modern 64-bit OS X, Windows and Linux systems running -Node versions 8, 10 and 12 +Node versions 8, 10, 12 and 13 do not require any additional install or runtime dependencies. ## Examples diff --git a/docs/index.md b/docs/index.md index 96dc7f0f..2628e555 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ As well as image resizing, operations such as rotation, extraction, compositing and gamma correction are available. Most modern 64-bit OS X, Windows and Linux systems running -Node versions 8, 10 and 12 +Node versions 8, 10, 12 and 13 do not require any additional install or runtime dependencies. [![Test Coverage](https://coveralls.io/repos/lovell/sharp/badge.png?branch=master)](https://coveralls.io/r/lovell/sharp?branch=master) diff --git a/docs/install.md b/docs/install.md index d1013585..5e00a240 100644 --- a/docs/install.md +++ b/docs/install.md @@ -15,7 +15,7 @@ yarn add sharp ### Building from source Pre-compiled binaries for sharp are provided for use with -Node versions 8, 10 and 12 on +Node versions 8, 10, 12 and 13 on 64-bit Windows, OS X and Linux platforms. Sharp will be built from source at install time when: