Switching sqlite3 module onto master so that it works with both stable (0.10.12) and latest (0.11.3) version of node

This commit is contained in:
ErisDS 2013-07-07 11:24:00 +01:00
parent 3b96c7d591
commit c69440b087

View File

@ -15,7 +15,7 @@
"moment": "2.0.0",
"underscore": "1.4.4",
"showdown": "0.3.1",
"sqlite3": "2.1.10",
"sqlite3": "git+https://github.com/developmentseed/node-sqlite3.git#master",
"bookshelf": "0.1.9",
"knex": "0.1.7",
"when": "2.1.1",