Merge pull request #333 from mapbox/drop-node-0.8
drop support for Node.js 0.8.x branch
Showing
| { | { | ||
| "name": "sqlite3", | "name": "sqlite3", | ||
| "description": "Asynchronous, non-blocking SQLite3 bindings", | "description": "Asynchronous, non-blocking SQLite3 bindings", | ||
| "version": "2.2.7", | "version": "3.0.0", | ||
| "homepage": "http://github.com/mapbox/node-sqlite3", | "homepage": "http://github.com/mapbox/node-sqlite3", | ||
| "author": { | "author": { | ||
| "name": "MapBox", | "name": "MapBox", | ||
| ... | @@ -48,7 +48,7 @@ | ... | @@ -48,7 +48,7 @@ |
| "aws-sdk": "~2.0.4" | "aws-sdk": "~2.0.4" | ||
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": ">= 0.8.0 < 0.11.0 || >= 0.11.13 < 0.13.0" | "node": ">= 0.10.0 < 0.11.0 || >= 0.11.13 < 0.13.0" | ||
| }, | }, | ||
| "engineStrict": true, | "engineStrict": true, | ||
| "scripts": { | "scripts": { | ||
| ... | ... |
Please
register
or
sign in
to comment