From ab56492c4ca476e14f5f2243bc0816fd0344314e Mon Sep 17 00:00:00 2001 From: Vito Albano Date: Mon, 12 Feb 2024 14:31:58 +0000 Subject: [PATCH] Fixed package.json --- lib/cli/package.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/cli/package.json b/lib/cli/package.json index 18a4250676..3ea3475faf 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -4,12 +4,12 @@ "version": "6.9.0", "author": "Hyland Software, Inc. and its affiliates", "bin": { - "adf-cli": "./bin/adf-cli", - "adf": "./bin/adf-cli" + "adf-cli": "bin/adf-cli", + "adf": "bin/adf-cli" }, "repository": { "type": "git", - "url": "https://github.com/Alfresco/alfresco-ng2-components.git" + "url": "git+https://github.com/Alfresco/alfresco-ng2-components.git" }, "bugs": { "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" diff --git a/package.json b/package.json index 80cbeb1412..0ba24bebbd 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/Alfresco/alfresco-ng2-components.git" + "url": "git+https://github.com/Alfresco/alfresco-ng2-components.git" }, "bugs": { "url": "https://github.com/Alfresco/alfresco-ng2-components/issues"