From 61e97248695a283764dab1a9b28080e4775195fc Mon Sep 17 00:00:00 2001 From: Matthias Stecher Date: Wed, 16 Mar 2022 16:35:03 +0100 Subject: [PATCH] changed 'git' to 'git+https' due to unavailability GitHub removed the unencrypted Git protocol. Don't know if it works if ssh is set up, but don't work elsewhere: https://github.blog/2021-09-01-improving-git-protocol-security-github/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3bd483d..8dfa72b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/matrix-discord/matrix-discord-parser#readme", "dependencies": { - "discord-markdown": "git://github.com/Sorunome/discord-markdown.git#d710d3b1ee189193636e1d37cda281a60f5fc849", + "discord-markdown": "git+https://github.com/Sorunome/discord-markdown.git#d710d3b1ee189193636e1d37cda281a60f5fc849", "escape-html": "^1.0.3", "got": "^11.6.0", "highlight.js": "^10.4.1",