From 8ee50b9985ce680fc758813928d7a6ac51be2b43 Mon Sep 17 00:00:00 2001 From: D'Angelo Rodriguez <70290504+dangelo352@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:45:30 -0400 Subject: [PATCH] chore: use HTTPS repository URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce3f32fd..a2817ebe 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ ], "repository": { "type": "git", - "url": "git://github.com/fb55/css-select.git" + "url": "https://github.com/fb55/css-select.git" }, "sideEffects": false, "type": "module",