bump version number and require 0.6.13 for gyp support
Showing
| { | { | ||
| "name": "sqlite3", | "name": "sqlite3", | ||
| "description": "Asynchronous, non-blocking SQLite3 bindings", | "description": "Asynchronous, non-blocking SQLite3 bindings", | ||
| "version": "2.1.1", | "version": "2.1.2", | ||
| "homepage": "http://github.com/developmentseed/node-sqlite3", | "homepage": "http://github.com/developmentseed/node-sqlite3", | ||
| "author": { | "author": { | ||
| "name": "Development Seed", | "name": "Development Seed", | ||
| ... | @@ -32,7 +32,7 @@ | ... | @@ -32,7 +32,7 @@ |
| "expresso": "*" | "expresso": "*" | ||
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": "0.6.x" | "node": "~0.6.13" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "test": "expresso -I lib test/*.test.js" | "test": "expresso -I lib test/*.test.js" | ||
| ... | ... |
Please
register
or
sign in
to comment