From 2a2946bd86eb9fd6e67c7132f2c965d3a8661956 Mon Sep 17 00:00:00 2001 From: 123xiaode456-boop <123xiaode456@gmail.com> Date: Sat, 20 Jun 2026 19:43:13 +0800 Subject: [PATCH] Fix public repository metadata URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1a818b..021d13a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "build/index.js", "repository": { "type": "git", - "url": "git://github.com/bionicvapourboy/CodiceFiscaleJS" + "url": "git+https://github.com/bionicvapourboy/CodiceFiscaleJS.git" }, "directories": { "test": "tests"