From 6da69c7109c106f4fc5cc0c3a667e2acce22f8b4 Mon Sep 17 00:00:00 2001 From: 9904099 <9904099@gmail.com> Date: Fri, 19 Jun 2026 22:01:20 +0800 Subject: [PATCH] chore: use public repository metadata --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e21b4f9..a675055 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git@github.com:cuth/postcss-pxtorem.git" + "url": "git+https://github.com/cuth/postcss-pxtorem.git" }, "bugs": "https://github.com/cuth/postcss-pxtorem/issues", "main": "index.js",