Commit 75a06bf9 by Dane Springmeyer

bump to v3.1.7, upgrade nan/node-pre-gyp/mocha [publish binary]

parent ece96ccd
# Changelog # Changelog
## 3.1.7
- Upgrade sqlite to 3.15, enable FTS4, FTS5 (@wmertens)
- Upgrade to node-pre-gyp@0.6.31 and nan@2.4.0
## 3.1.6 ## 3.1.6
- Starts bundling node-pre-gyp again to avoid #720 - Starts bundling node-pre-gyp again to avoid #720
......
{ {
"name": "sqlite3", "name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings", "description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "3.1.6", "version": "3.1.7",
"homepage": "http://github.com/mapbox/node-sqlite3", "homepage": "http://github.com/mapbox/node-sqlite3",
"author": { "author": {
"name": "MapBox", "name": "MapBox",
...@@ -37,14 +37,14 @@ ...@@ -37,14 +37,14 @@
"url": "git://github.com/mapbox/node-sqlite3.git" "url": "git://github.com/mapbox/node-sqlite3.git"
}, },
"dependencies": { "dependencies": {
"nan": "~2.3.3", "nan": "~2.4.0",
"node-pre-gyp": "~0.6.28" "node-pre-gyp": "~0.6.31"
}, },
"bundledDependencies": [ "bundledDependencies": [
"node-pre-gyp" "node-pre-gyp"
], ],
"devDependencies": { "devDependencies": {
"mocha": "2.x", "mocha": "3.x",
"aws-sdk": "2.x" "aws-sdk": "2.x"
}, },
"scripts": { "scripts": {
......
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