From 8d39bbb14d0634404a1f629bf5999fd107d841ef Mon Sep 17 00:00:00 2001 From: Bart Veneman Date: Fri, 11 Apr 2025 15:25:37 +0200 Subject: [PATCH] fix: correct link to github repo in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 73f7424..a3fe1f9 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "2.0.0", "repository": { "type": "git", - "url": "git@github.com:projectwallace/css-code-quality.git" + "url": "git+https://@github.com:projectwallace/css-code-quality.git" }, "homepage": "https://github.com/projectwallace/css-code-quality", "issues": "https://github.com/projectwallace/css-code-quality/issues",