From d825ce29c6218484cb8808566dffc351e498eee2 Mon Sep 17 00:00:00 2001 From: Patrick Taylor Date: Mon, 17 Jun 2024 13:39:12 +0100 Subject: [PATCH] =?UTF-8?q?Normalise=20repository=20URL=20in=20package.jso?= =?UTF-8?q?n=20=F0=9F=9A=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 418d33d..baadb7f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "A Webpack plugin featuring an emoji-themed loading bar for a fun and aesthetic build process.", "repository": { "type": "git", - "url": "https://github.com/01taylop/themed-progress-plugin" + "url": "git+https://github.com/01taylop/themed-progress-plugin.git" }, "version": "1.0.0", "type": "module",