From bb241b6805a624e15e5afce263645926106f9112 Mon Sep 17 00:00:00 2001 From: Alexander Shabunevich Date: Fri, 17 Nov 2023 18:59:35 +0300 Subject: [PATCH] Fix repo url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2881235..778b1a9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "author": "Alexander Shabunevich", "repository": { - "url": "https://github.com/beholdr/trilist", + "url": "git+https://github.com/beholdr/trilist.git", "type": "git" }, "license": "MIT",