From 3a0fbca2b48fc8f51da086db5caf5bdb8f1589a0 Mon Sep 17 00:00:00 2001 From: Wesley Luyten Date: Fri, 3 Nov 2023 11:32:26 -0500 Subject: [PATCH] fix: pkg repository.url (#1708) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb348c14..f12b0f96 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/CookPete/react-player.git" + "url": "git+https://github.com/CookPete/react-player.git" }, "author": "Pete Cook (https://github.com/cookpete)", "license": "MIT",