From c402abb0a5d8359b0bc467dcdc153d590bdc0279 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Wed, 3 Oct 2018 13:22:55 +0200 Subject: [PATCH] Revert "Remove unused dependency" This reverts commit d2ded08f59a3215931b597795dae1f334ebd9d90. Seems like the package is used for building the sqlite3 integration. Signed-off-by: Sheogorath --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 096ae22..b257a11 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "js-sequence-diagrams": "^1000000.0.6", "js-url": "^2.3.0", "js-yaml": "^3.7.0", + "jsdom-nogyp": "^0.8.3", "keymaster": "^1.6.2", "list.js": "^1.5.0", "lodash": "^4.17.4",