Skip to content

Commit de2055b

Browse files
author
Dane Springmeyer
committed
rebundle node-pre-gyp - refs TryGhost#720
1 parent fb5dac5 commit de2055b

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.1.6
4+
5+
- Starts bundling node-pre-gyp again to avoid #720
6+
37
## 3.1.5
48

59
- [Added support for sqlite3_interrupt](https://github.com/mapbox/node-sqlite3/pull/518): this makes

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sqlite3",
33
"description": "Asynchronous, non-blocking SQLite3 bindings",
4-
"version": "3.1.5",
4+
"version": "3.1.6",
55
"homepage": "http://github.com/mapbox/node-sqlite3",
66
"author": {
77
"name": "MapBox",
@@ -40,13 +40,15 @@
4040
"nan": "~2.3.3",
4141
"node-pre-gyp": "~0.6.28"
4242
},
43+
"bundledDependencies": [
44+
"node-pre-gyp"
45+
],
4346
"devDependencies": {
4447
"mocha": "2.x",
4548
"aws-sdk": "2.x"
4649
},
4750
"scripts": {
4851
"prepublish":"npm ls",
49-
"preinstall":"npm install node-pre-gyp",
5052
"install": "node-pre-gyp install --fallback-to-build",
5153
"pretest": "node test/support/createdb.js",
5254
"test": "mocha -R spec --timeout 480000"

0 commit comments

Comments
 (0)