From 1bf13c1d42e50276e23789113a74c48c9e9880ab Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Wed, 3 Sep 2025 10:13:13 +0200 Subject: [PATCH] chore: update repository url protocol to git+https --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d3f431..eb4b7cc 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/testing-library/cypress-testing-library" + "url": "git+https://github.com/testing-library/cypress-testing-library.git" }, "bugs": { "url": "https://github.com/testing-library/cypress-testing-library/issues"