diff --git a/lib/cli/package.json b/lib/cli/package.json index 72498cb381..a26483d2fc 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -4,12 +4,12 @@ "version": "6.8.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 dceb4e9e86..477e022eaf 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,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"