Commit f9768c33 by Dane Springmeyer

bump to v3.0.8 [publish binary]

parent 5fd53d9b
# Changelog # Changelog
## 3.0.8
- Fixed build regression against FreeBSD
- Upgraded node-pre-gyp@0.6.7
## 3.0.7 ## 3.0.7
- Fixed build regression against ARM and i386 linux - Fixed build regression against ARM and i386 linux
......
{ {
"name": "sqlite3", "name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings", "description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "3.0.7", "version": "3.0.8",
"homepage": "http://github.com/mapbox/node-sqlite3", "homepage": "http://github.com/mapbox/node-sqlite3",
"author": { "author": {
"name": "MapBox", "name": "MapBox",
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
}, },
"dependencies": { "dependencies": {
"nan": "~1.8.4", "nan": "~1.8.4",
"node-pre-gyp": "~0.6.6" "node-pre-gyp": "~0.6.7"
}, },
"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