File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments