diff options
author | Sheogorath | 2018-10-03 12:41:54 +0200 |
---|---|---|
committer | Sheogorath | 2018-10-03 12:42:11 +0200 |
commit | d2ded08f59a3215931b597795dae1f334ebd9d90 (patch) | |
tree | 30979965ce451301f1f43b9e42a851129178bf29 | |
parent | c03b42d5d4f804d0cdbaf00c5eb426ca95f2a1cf (diff) |
Remove unused dependency
This dependency where installed, but it seems like they were never used.
Seems like it's a remaining piece from the the prototyping phase of the
project.
Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r-- | package.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json index b257a114..096ae224 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,6 @@ "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", |