Merge remote-tracking branch 'refs/remotes/mapbox/master'
Conflicts: .travis.yml appveyor.yml
Showing
| { | ||
| "name": "sqlite3", | ||
| "description": "Asynchronous, non-blocking SQLite3 bindings", | ||
| "version": "3.1.8", | ||
| "version": "4.0.0", | ||
| "homepage": "http://github.com/mapbox/node-sqlite3", | ||
| "author": { | ||
| "name": "MapBox", | ||
| ... | ... | @@ -37,8 +37,8 @@ |
| "url": "git://github.com/mapbox/node-sqlite3.git" | ||
| }, | ||
| "dependencies": { | ||
| "nan": "~2.4.0", | ||
| "node-pre-gyp": "~0.6.32" | ||
| "nan": "~2.9.2", | ||
| "node-pre-gyp": "~0.9.0" | ||
| }, | ||
| "bundledDependencies": [ | ||
| "node-pre-gyp" | ||
| ... | ... | @@ -49,7 +49,7 @@ |
| "mocha": "3.x" | ||
| }, | ||
| "scripts": { | ||
| "prepublish": "npm ls", | ||
| "prepublishOnly": "npm ls", | ||
| "install": "node-pre-gyp install --fallback-to-build", | ||
| "pretest": "node test/support/createdb.js", | ||
| "test": "mocha -R spec --timeout 480000" | ||
| ... | ... |
Please
register
or
sign in
to comment