Merge pull request #87 from coolaj86/with-sqlite-3.7.13
Updated to sqlite 3.7.13
Showing
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
| { | ||
| "name": "sqlite3", | ||
| "description": "Asynchronous, non-blocking SQLite3 bindings", | ||
| "version": "2.1.5", | ||
| "version": "2.1.6", | ||
| "homepage": "http://github.com/developmentseed/node-sqlite3", | ||
| "author": { | ||
| "name": "Development Seed", | ||
| ... | ... | @@ -21,7 +21,8 @@ |
| "Carter Thaxton <carter.thaxton@gmail.com>", | ||
| "Audrius Kažukauskas <audrius@neutrino.lt>", | ||
| "Johannes Schauer <josch@pyneo.org>", | ||
| "Nathan Rajlich <nathan@tootallnate.net>" | ||
| "Nathan Rajlich <nathan@tootallnate.net>", | ||
| "AJ ONeal <coolaj86@gmail.com>" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| ... | ... |
test/fts-content.test.js
0 → 100644
Please
register
or
sign in
to comment