Skip to content

Commit

Permalink
mention electron in supported platforms (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers authored and ralphtheninja committed Dec 16, 2018
1 parent 2108003 commit 19118ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ See the section on <a href="#safety">safety</a> below for details of known unsaf

## Supported Platforms

We aim to support *at least* Active LTS and Current Node.js releases, as well as any future Node.js release thanks to [N-API](https://nodejs.org/api/n-api.html). Because N-API has an experimental status in node 6 and early 8.x releases, the minimum node version for `leveldown` is `8.6.0`.
We aim to support *at least* Active LTS and Current Node.js releases, Electron 3.0.0, as well as any future Node.js and Electron releases thanks to [N-API](https://nodejs.org/api/n-api.html). Because N-API has an experimental status in node 6 and early 8.x releases, the minimum node version for `leveldown` is `8.6.0`.

The `leveldown` npm package ships with prebuilt binaries for popular 64-bit platforms and is known to work on:

Expand Down

0 comments on commit 19118ce

Please sign in to comment.