From f995e009b8275ebf0091aea56b600b64d58d0201 Mon Sep 17 00:00:00 2001 From: Rodrigo Fernandes Date: Wed, 5 Feb 2020 20:56:13 +0000 Subject: [PATCH] fix: Use github.com instead of www.github.com to be able to publish to gpr --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 92cea1c..1acdc50 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,10 @@ }, "repository": { "type": "git", - "url": "https://www.github.com/rtfpessoa/diff2html-cli.git" + "url": "git://github.com/rtfpessoa/diff2html-cli.git" }, "bugs": { - "url": "https://www.github.com/rtfpessoa/diff2html-cli/issues" + "url": "https://github.com/rtfpessoa/diff2html-cli/issues" }, "engines": { "node": ">=10.13"