Commit de2055b6 by Dane Springmeyer

rebundle node-pre-gyp - refs #720

parent fb5dac50
# Changelog
## 3.1.6
- Starts bundling node-pre-gyp again to avoid #720
## 3.1.5
- [Added support for sqlite3_interrupt](https://github.com/mapbox/node-sqlite3/pull/518): this makes
......
{
"name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "3.1.5",
"version": "3.1.6",
"homepage": "http://github.com/mapbox/node-sqlite3",
"author": {
"name": "MapBox",
......@@ -40,13 +40,15 @@
"nan": "~2.3.3",
"node-pre-gyp": "~0.6.28"
},
"bundledDependencies": [
"node-pre-gyp"
],
"devDependencies": {
"mocha": "2.x",
"aws-sdk": "2.x"
},
"scripts": {
"prepublish":"npm ls",
"preinstall":"npm install node-pre-gyp",
"install": "node-pre-gyp install --fallback-to-build",
"pretest": "node test/support/createdb.js",
"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