diff options
author | Sheogorath | 2018-10-03 13:22:55 +0200 |
---|---|---|
committer | Sheogorath | 2018-10-03 13:23:10 +0200 |
commit | c402abb0a5d8359b0bc467dcdc153d590bdc0279 (patch) | |
tree | 5279d1b3acf62ceb2c244991ff3636f457cdb766 | |
parent | 0bedc6f1263d1651b2af1cf9d676cdb7d666b540 (diff) |
Revert "Remove unused dependency"
This reverts commit d2ded08f59a3215931b597795dae1f334ebd9d90.
Seems like the package is used for building the sqlite3 integration.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 096ae224..b257a114 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", |