Fixed package.json

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

View File

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

View File

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