Commit 928dc316 by Dane Springmeyer

v2.2.6

parent 443f9fa3
# Changelog # Changelog
## 2.2.6
Released August 6th, 2014
- Fix bundled version of node-pre-gyp
## 2.2.5 ## 2.2.5
Released August 5th, 2014 Released August 5th, 2014
......
{ {
"name": "sqlite3", "name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings", "description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "2.2.5", "version": "2.2.6",
"homepage": "http://github.com/mapbox/node-sqlite3", "homepage": "http://github.com/mapbox/node-sqlite3",
"author": { "author": {
"name": "MapBox", "name": "MapBox",
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
}, },
"engineStrict": true, "engineStrict": true,
"scripts": { "scripts": {
"prepublish":"npm ls",
"install": "node-pre-gyp install --fallback-to-build", "install": "node-pre-gyp install --fallback-to-build",
"pretest": "node test/support/createdb.js", "pretest": "node test/support/createdb.js",
"test": "mocha -R spec --timeout 480000" "test": "mocha -R spec --timeout 480000"
......
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