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", "version": "6.9.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"bin": { "bin": {
"adf-cli": "./bin/adf-cli", "adf-cli": "bin/adf-cli",
"adf": "./bin/adf-cli" "adf": "bin/adf-cli"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/Alfresco/alfresco-ng2-components.git" "url": "git+https://github.com/Alfresco/alfresco-ng2-components.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues" "url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
+1 -1
View File
@@ -41,7 +41,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/Alfresco/alfresco-ng2-components.git" "url": "git+https://github.com/Alfresco/alfresco-ng2-components.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues" "url": "https://github.com/Alfresco/alfresco-ng2-components/issues"