Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit cff883a

Browse files
committed
Update readme and .npmignore
1 parent 15d5a9e commit cff883a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ libleveldb.a
2929
*.sln
3030
*.vcxproj
3131
*.vcxproj.filters
32+
.vscode
3233

3334
# Benchmarks and tests
3435
test/
@@ -39,6 +40,7 @@ test/
3940
.nyc_output/
4041
yarn.lock
4142
.gitmodules
43+
.github
4244
.travis.yml
4345
.cirrus.yml
4446
appveyor.yml

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ See the section on <a href="#safety">safety</a> below for details of known unsaf
3838

3939
## Supported Platforms
4040

41-
We aim to support _at least_ Active LTS and Current Node.js releases, Electron 4.0.0, as well as any future Node.js and Electron releases thanks to [N-API](https://nodejs.org/api/n-api.html). The minimum node version for `leveldown` is `8.6.0`. Conversely, for node >= 12, the minimum `leveldown` version is `5.0.0`.
41+
We aim to support _at least_ Active LTS and Current Node.js releases, Electron 5.0.0, as well as any future Node.js and Electron releases thanks to [N-API](https://nodejs.org/api/n-api.html). The minimum node version for `leveldown` is `10.12.0`. Conversely, for node >= 12, the minimum `leveldown` version is `5.0.0`.
4242

4343
The `leveldown` npm package ships with prebuilt binaries for popular 64-bit platforms as well as ARM, Android and Alpine (musl) and is known to work on:
4444

@@ -454,7 +454,7 @@ $ git submodule update --init --recursive
454454
3. Wait for Travis and AppVeyor builds to complete
455455
4. Download prebuilds into `./prebuilds`: `npm run download-prebuilds`
456456
5. Optionally verify loading a prebuild: `npm run test-prebuild`
457-
6. Optionally verify which files npm will include: `irish-pub`
457+
6. Optionally verify which files npm will include: `canadian-pub`
458458
7. Add changelog to the GitHub release
459459
8. Finally: `npm publish`
460460

0 commit comments

Comments
 (0)