Commit 93c962ab by Dane Springmeyer

use latest node-pre-gyp [publish binary]

parent 97cf4b52
...@@ -3,6 +3,8 @@ ...@@ -3,6 +3,8 @@
## 3.0.10 ## 3.0.10
- Upgraded SQLite to 3.8.11.1: https://www.sqlite.org/releaselog/3_8_11_1.html - Upgraded SQLite to 3.8.11.1: https://www.sqlite.org/releaselog/3_8_11_1.html
- Fixed binary compatibility regression with old centos/rhel glibc GLIBC_2.14 (re-introduced alpine linux (musl) build regression)
- Now providing binaries against Visual Studio 2015 (pass --toolset=v140) and use binaries from https://github.com/mapbox/node-cpp11
## 3.0.9 ## 3.0.9
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
}, },
"dependencies": { "dependencies": {
"nan": "~1.8.4", "nan": "~1.8.4",
"node-pre-gyp": "~0.6.8" "node-pre-gyp": "~0.6.9"
}, },
"bundledDependencies": [ "bundledDependencies": [
"node-pre-gyp" "node-pre-gyp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment