From 05be030e4e7c60222c65fbd2792ccfa8a05580fb Mon Sep 17 00:00:00 2001 From: Martin Endler Date: Sat, 25 Jan 2020 23:25:42 +0100 Subject: [PATCH] Update supported version in README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f73b609..aadbf1f 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Bindings over pcsclite to access Smart Cards. It works in **Linux**, **macOS** a - [Can I use this library in my Electron app?](#can-i-use-this-library-in-my-electron-app) - [Are prebuilt binaries provided?](#are-prebuilt-binaries-provided) - [Disabling drivers to make pcsclite working on Linux](#disabling-drivers-to-make-pcsclite-working-on-linux) + - [Which Node.js versions are supported?](#which-nodejs-versions-are-supported) - [License](#license) @@ -46,7 +47,7 @@ Bindings over pcsclite to access Smart Cards. It works in **Linux**, **macOS** a ## Installation -**Supported Node.js versions:** 8.x, 9.x, 10.x, 11.x (12.x and 13.x will be available soon, see [PR #27](https://github.com/pokusew/node-pcsclite/pull/27)) +**Requirements:** **Node.js 8+** (see [this FAQ](#which-nodejs-versions-are-supported) for more info) 1. **Node Native Modules build tools** @@ -302,6 +303,10 @@ TODO document in the meantime see [#10](https://github.com/pokusew/node-pcsclite/issues/10) +### Which Node.js versions are supported? + +@pokusew/pcsclite officially supports **Node.js versions greater than or equal to 8** (i.e. Node.js **8.x, 9.x, 10.x, 11.x, 12.x, 13.x**). + ## License