Skip to content

Commit f995e00

Browse files
committed
fix: Use github.com instead of www.github.com to be able to publish to gpr
1 parent 23b9bb0 commit f995e00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
},
2727
"repository": {
2828
"type": "git",
29-
"url": "https://www.github.com/rtfpessoa/diff2html-cli.git"
29+
"url": "git://github.com/rtfpessoa/diff2html-cli.git"
3030
},
3131
"bugs": {
32-
"url": "https://www.github.com/rtfpessoa/diff2html-cli/issues"
32+
"url": "https://github.com/rtfpessoa/diff2html-cli/issues"
3333
},
3434
"engines": {
3535
"node": ">=10.13"

0 commit comments

Comments
 (0)