summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDavid Mehren2020-10-29 21:40:29 +0100
committerDavid Mehren2020-11-10 22:56:00 +0100
commit37c2b121664406809091f51705bc17946b7cf175 (patch)
treedbb9705d51e49218d930d5e37c9e0072638bbda0 /package.json
parent9f756604fdf8bac8df6af70130a4509db1e9c365 (diff)
Use npm-release of raphael
Other dependencies already depend on npm-releases of this, so it does not seem to make sense to get this via Git. Signed-off-by: David Mehren <git@herrmehren.de> Co-authored-by: Yannick Bungers <git@innay.de>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 5f471e63..0553df23 100644
--- a/package.json
+++ b/package.json
@@ -108,7 +108,7 @@
"pg-hstore": "^2.3.3",
"prismjs": "^1.21.0",
"randomcolor": "^0.5.3",
- "raphael": "git+https://github.com/dmitrybaranovskiy/raphael",
+ "raphael": "^2.3.0",
"readline-sync": "^1.4.7",
"request": "^2.88.0",
"reveal.js": "^3.9.2",