Skip to content

Commit

Permalink
rebundle node-pre-gyp - refs #720
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Oct 6, 2016
1 parent fb5dac5 commit de2055b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 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
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit de2055b

Please sign in to comment.