summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheogorath2019-04-10 00:18:02 +0200
committerSheogorath2019-04-10 00:18:24 +0200
commit1f5515044146e3195f28fb4a14841b23acb4d26a (patch)
treeddb8b11593f14ff3aeda6eb8e2c82bae1640820d
parentc6384567b8cf51edac6b3056b8c5b4139b86bd20 (diff)
Fix broken dependency js-sequence-diagrams
A few days ago the dependency was removed from npm. this causes various setups to fail and blocks deployments and development. This patch should fix the dependency and allow CodiMD to move forward. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 560818df..752f867c 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
"jquery-mousewheel": "^3.1.13",
"jquery-ui": "^1.12.1",
"js-cookie": "^2.1.3",
- "js-sequence-diagrams": "^1000000.0.6",
+ "js-sequence-diagrams": "git+https://github.com/codimd/js-sequence-diagrams.git",
"js-url": "^2.3.0",
"js-yaml": "^3.13.1",
"jsdom-nogyp": "^0.8.3",