Update to node-sqlite3@v2.1.19

This includes a single build fix to help avoid install errors in the case that a user has needed to customize their npm `tmp` directory (like on a shared machine): https://github.com/mapbox/node-sqlite3/issues/212
This commit is contained in:
Dane Springmeyer 2013-10-31 18:53:55 -07:00
parent 96538abd6f
commit 19976e9d0c

View File

@ -36,7 +36,7 @@
"moment": "2.1.0",
"underscore": "1.5.1",
"showdown": "0.3.1",
"sqlite3": "2.1.18",
"sqlite3": "2.1.19",
"bookshelf": "0.5.7",
"knex": "0.4.11",
"when": "2.2.1",