From d2a8d51279e5cd25a61ba721672d6269a5af2ea4 Mon Sep 17 00:00:00 2001 From: Ludwig Schubert Date: Tue, 9 Jan 2018 18:26:44 +0100 Subject: [PATCH] try adding jsdom dependency manually. TODO: ensure distill-template rendering works without additional deps. --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 1dc9bec..532fd99 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,8 @@ "dependencies": { "child_process": "^1.0.2", "d3-queue": "^3.0.7", + "jsdom": "11.3.0", + "jsdom-global": "3.0.2", "distill-template": "distillpub/template#v2.2.19", "fs-extra": "^5.0.0", "github-api": "^3.0.0"