Fixing SQLite3 back to at the commit which reliably builds on node 10 and 11 for now. Will update again when the project is more stable.

This commit is contained in:
Hannah Wolfe 2013-07-11 13:29:58 +01:00
parent f3c33238ec
commit 20c768e718

View File

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