From fc520846547c492ff9ccf26fa825706436c138e4 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 23 Jun 2025 02:37:51 +0300 Subject: [PATCH] chore: update package.json url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5b5884f..864786a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/ivuorinen/base-configs-commitlint.git" + "url": "git+https://github.com/ivuorinen/base-configs-commitlint.git" }, "scripts": { "postinstall": "node scripts/postinstall.cjs"