bump to v2.1.13 with dropped make and step dependencies (thanks @Mithgol for contributions)
Showing
| { | { | ||
| "name": "sqlite3", | "name": "sqlite3", | ||
| "description": "Asynchronous, non-blocking SQLite3 bindings", | "description": "Asynchronous, non-blocking SQLite3 bindings", | ||
| "version": "2.1.12", | "version": "2.1.13", | ||
| "homepage": "http://github.com/developmentseed/node-sqlite3", | "homepage": "http://github.com/developmentseed/node-sqlite3", | ||
| "author": { | "author": { | ||
| "name": "Development Seed", | "name": "Development Seed", | ||
| ... | @@ -22,7 +22,8 @@ | ... | @@ -22,7 +22,8 @@ |
| "Audrius Kažukauskas <audrius@neutrino.lt>", | "Audrius Kažukauskas <audrius@neutrino.lt>", | ||
| "Johannes Schauer <josch@pyneo.org>", | "Johannes Schauer <josch@pyneo.org>", | ||
| "Nathan Rajlich <nathan@tootallnate.net>", | "Nathan Rajlich <nathan@tootallnate.net>", | ||
| "AJ ONeal <coolaj86@gmail.com>" | "AJ ONeal <coolaj86@gmail.com>", | ||
| "Mithgol" | |||
| ], | ], | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| ... | @@ -35,7 +36,6 @@ | ... | @@ -35,7 +36,6 @@ |
| "node": ">= 0.6.13 && < 0.11.0" | "node": ">= 0.6.13 && < 0.11.0" | ||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "pretest":"make db", | |||
| "test": "mocha -R spec --timeout 200000" | "test": "mocha -R spec --timeout 200000" | ||
| }, | }, | ||
| "licenses": [{ "type": "BSD" }], | "licenses": [{ "type": "BSD" }], | ||
| ... | ... |
Please
register
or
sign in
to comment