From c684e2cbfab0bef9d79ae15546b419dfe70ee131 Mon Sep 17 00:00:00 2001 From: Rafael Bardini Date: Tue, 10 Sep 2024 03:13:56 +0200 Subject: [PATCH] docs(package): normalize repository URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d0546a..035f160 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/rbardini/jsonresume-theme-even" + "url": "git+https://github.com/rbardini/jsonresume-theme-even.git" }, "license": "MIT", "author": "Rafael Bardini",