From fc5e29b7bc4dde1087c0e950184bb0d2b9163c9c Mon Sep 17 00:00:00 2001 From: Bowen Milner Date: Thu, 18 Jun 2026 06:50:09 +0930 Subject: [PATCH] fix repository metadata URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5ba118..e3d065d 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,6 @@ }, "repository": { "type": "git", - "url": "git@github.com:ionic-team/rollup-plugin-node-polyfills.git" + "url": "https://github.com/ionic-team/rollup-plugin-node-polyfills.git" } }