mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fixed package.json
This commit is contained in:
@@ -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"
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user