From 14f4e2160e8ab163a559a74445af50865980278a Mon Sep 17 00:00:00 2001 From: lub Date: Fri, 20 Oct 2017 14:29:40 +0200 Subject: [PATCH] add sqlite3 dependency --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fcae46c..c5fcf3c 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "babel-runtime": "^6.26.0", "js-yaml": "^3.10.0", "matrix-js-sdk": "^0.8.4", - "node-ssh": "^5.0.0" + "node-ssh": "^5.0.0", + "sqlite3": "^3.1.13" } }