Commit 7bc4787d by Dane Springmeyer

bump to v2.1.13 with dropped make and step dependencies (thanks @Mithgol for contributions)

parent 86975eca
......@@ -107,6 +107,7 @@ You can also use [`npm`](https://github.com/isaacs/npm) to download and install
* [Carter Thaxton](https://github.com/carter-thaxton)
* [Audrius Kažukauskas](https://github.com/audriusk)
* [Johannes Schauer](https://github.com/pyneo)
* [Mithgol](https://github.com/Mithgol)
......
{
"name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "2.1.12",
"version": "2.1.13",
"homepage": "http://github.com/developmentseed/node-sqlite3",
"author": {
"name": "Development Seed",
......@@ -22,7 +22,8 @@
"Audrius Kažukauskas <audrius@neutrino.lt>",
"Johannes Schauer <josch@pyneo.org>",
"Nathan Rajlich <nathan@tootallnate.net>",
"AJ ONeal <coolaj86@gmail.com>"
"AJ ONeal <coolaj86@gmail.com>",
"Mithgol"
],
"repository": {
"type": "git",
......@@ -35,7 +36,6 @@
"node": ">= 0.6.13 && < 0.11.0"
},
"scripts": {
"pretest":"make db",
"test": "mocha -R spec --timeout 200000"
},
"licenses": [{ "type": "BSD" }],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment