Fixed package.json

This commit is contained in:
Vito Albano
2024-02-12 14:31:58 +00:00
committed by VitoAlbano
parent e6cb5b6679
commit 02a172ed92
2 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"