From 961af217e00225d26baae7b3f805b9aca9614dc0 Mon Sep 17 00:00:00 2001 From: Leandro Costa Date: Fri, 27 Jun 2025 12:29:53 -0300 Subject: [PATCH] npm: pkg fix --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 85b3757..0b8368e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,10 @@ "version": "1.0.29", "main": "src/index", "types": "src/index.d.ts", - "repository": "git@bitbucket.org:leandro_costa/lhisp-oauth-client.git", + "repository": { + "type": "git", + "url": "git+ssh://git@bitbucket.org/leandro_costa/lhisp-oauth-client.git" + }, "author": "Leandro Costa ", "license": "MIT", "scripts": {