Fixed package.json

This commit is contained in:
Vito Albano
2024-06-03 16:10:05 +01:00
committed by VitoAlbano
parent 85cf80b1ec
commit 19829bfdf3
2 changed files with 4 additions and 4 deletions
+3 -3
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"