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"