From 19976e9d0ca13aa6660fb8f775d5f384ab9b2ce0 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 31 Oct 2013 18:53:55 -0700 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2694b4eeb..9ecbbf05d1 100644 --- a/package.json +++ b/package.json @@ -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",