From 3510a8944580ff55cde237b2a5543d125c3f1d6b Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Wed, 22 May 2024 19:30:55 +0100 Subject: [PATCH] Fix repository URL in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36de6ef..4a34d4e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "types": "types/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/digitalocean/do-markdownit.git" + "url": "git+https://github.com/digitalocean/do-markdownit.git" }, "homepage": "https://github.com/digitalocean/do-markdownit#readme", "bugs": "https://github.com/digitalocean/do-markdownit/issues",