From 1956ed84f329cd129574f890febcbce234a3e550 Mon Sep 17 00:00:00 2001 From: xandemon Date: Fri, 18 Oct 2024 20:40:15 +0545 Subject: [PATCH] :rotating_light: fix: npm package repository url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b47998c..4ec0924 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "homepage": "https://xandemon.github.io/developer-icons", "repository": { "type": "git", - "url": "https://github.com/xandemon/developer-icons", + "url": "git+https://github.com/xandemon/developer-icons.git", "directory": "" }, "author": "xandemon",