Commit 68c5666d by Dane Springmeyer

bump to v3.1.10-alpha [publish binary]

parent 5d2e1111
......@@ -13,12 +13,6 @@ addons:
packages:
- clang-3.5
# don't re-build for tags so that [publish binary] is not re-run
# https://github.com/travis-ci/travis-ci/issues/1532
branches:
except:
- /^v[0-9]/
matrix:
include:
# Linux
......
# Changelog
## 3.1.10
- Removed `npm ls` from `prepublish` hook per mapbox/node-pre-gyp#291
- Upgraded node-pre-gyp to v0.6.37
- Removed accidentally committed large file
## 3.1.9
......
{
"name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "3.1.9",
"version": "3.1.10-alpha",
"homepage": "http://github.com/mapbox/node-sqlite3",
"author": {
"name": "MapBox",
......@@ -38,7 +38,7 @@
},
"dependencies": {
"nan": "~2.6.2",
"node-pre-gyp": "~0.6.36"
"node-pre-gyp": "~0.6.37"
},
"bundledDependencies": [
"node-pre-gyp"
......
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