From 81a57c1388c05f4a68e57cf817fad95d22f49a2d Mon Sep 17 00:00:00 2001 From: Leandro Costa Date: Fri, 27 Jun 2025 12:30:23 -0300 Subject: [PATCH] npm: repository url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b8368e..31f886e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "types": "src/index.d.ts", "repository": { "type": "git", - "url": "git+ssh://git@bitbucket.org/leandro_costa/lhisp-oauth-client.git" + "url": "https://git.lhprovedor.com.br/leandro/lhisp-oauth-client.git" }, "author": "Leandro Costa ", "license": "MIT",