From f14a1b2fd7a33b0f6cf8fdd63382ffe010bbb3e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Thu, 11 Jan 2024 23:13:14 +0100 Subject: [PATCH] Fix repository url in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 786838a..69fc0df 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "license": "ISC", "repository": { "type": "git", - "url": "https://github.com/versatica/rtp.js.git" + "url": "git+https://github.com/versatica/rtp.js.git" }, "main": "lib/index.js", "types": "lib/index.d.ts",