Skip to content

Commit

Permalink
Merge pull request #596 from Level/v4.x-upgrade-nan
Browse files Browse the repository at this point in the history
Upgrade nan, prebuild(-install), add node 11
  • Loading branch information
vweevers committed Mar 2, 2019
2 parents 82b9675 + 8df6e50 commit 37d00e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ node_js:
- 8
- 9
- 10
- 11
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ environment:
- nodejs_version: "8"
- nodejs_version: "9"
- nodejs_version: "10"
- nodejs_version: "11"

platform:
- x86
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"abstract-leveldown": "~5.0.0",
"bindings": "~1.3.0",
"fast-future": "~1.0.2",
"nan": "~2.10.0",
"prebuild-install": "^4.0.0"
"nan": "~2.12.1",
"prebuild-install": "~5.2.4"
},
"devDependencies": {
"async": "^2.0.1",
Expand All @@ -47,7 +47,7 @@
"mkfiletree": "~1.0.1",
"monotonic-timestamp": "~0.0.8",
"optimist": "~0.6.1",
"prebuild": "^7.0.0",
"prebuild": "^8.1.2",
"prebuild-ci": "^2.0.0",
"readfiletree": "~0.0.1",
"rimraf": "^2.6.1",
Expand Down

0 comments on commit 37d00e9

Please sign in to comment.