Commit 088e3b65 by Dane Springmeyer

bump to v3.0.6

parent 10651994
# Changelog # Changelog
## 3.0.6
- Upgraded node-pre-gyp@0.6.5
- Upgraded nan@1.8.4
- Fixed binaries to work on older linux systems (circa GLIBC_2.2.5 like centos 6) @bnoordhuis
## 3.0.5 ## 3.0.5
- IO.js and Node v0.12.x support. - IO.js and Node v0.12.x support.
......
{ {
"name": "sqlite3", "name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings", "description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "3.0.5", "version": "3.0.6",
"homepage": "http://github.com/mapbox/node-sqlite3", "homepage": "http://github.com/mapbox/node-sqlite3",
"author": { "author": {
"name": "MapBox", "name": "MapBox",
...@@ -29,7 +29,8 @@ ...@@ -29,7 +29,8 @@
"Johannes Schauer <josch@pyneo.org>", "Johannes Schauer <josch@pyneo.org>",
"Nathan Rajlich <nathan@tootallnate.net>", "Nathan Rajlich <nathan@tootallnate.net>",
"AJ ONeal <coolaj86@gmail.com>", "AJ ONeal <coolaj86@gmail.com>",
"Mithgol" "Mithgol",
"Ben Noordhuis <ben@strongloop.com>"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
...@@ -37,19 +38,15 @@ ...@@ -37,19 +38,15 @@
}, },
"dependencies": { "dependencies": {
"nan": "~1.8.4", "nan": "~1.8.4",
"node-pre-gyp": "~0.6.4" "node-pre-gyp": "~0.6.5"
}, },
"bundledDependencies": [ "bundledDependencies": [
"node-pre-gyp" "node-pre-gyp"
], ],
"devDependencies": { "devDependencies": {
"mocha": "1.x", "mocha": "1.x",
"aws-sdk": "~2.0.25" "aws-sdk": "~2.1.26"
}, },
"engines": {
"node": ">= 0.10.0 < 0.11.0 || >= 0.11.13 < 0.13.0 || >= 1.0.0 < 2.0.0"
},
"engineStrict": true,
"scripts": { "scripts": {
"prepublish":"npm ls", "prepublish":"npm ls",
"install": "node-pre-gyp install --fallback-to-build", "install": "node-pre-gyp install --fallback-to-build",
......
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