From 16fc7a087e3a4caf0af9ff23be7351809d70b030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C5=82a=C5=BCej=20Che=C5=82kowski?= Date: Thu, 2 Apr 2026 00:26:55 +0200 Subject: [PATCH] fix: npm repository url issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d82ca0..3394050 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/getndazn/kopytko-unit-testing-framework.git" + "url": "git+https://github.com/getndazn/kopytko-unit-testing-framework.git" }, "bugs": { "url": "https://github.com/getndazn/kopytko-unit-testing-framework/issues"