mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
fix package json and readme for extensions
This commit is contained in:
parent
aca6b1bc66
commit
2428283905
3
lib/extensions/README.md
Normal file
3
lib/extensions/README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# ADF Extensions
|
||||||
|
|
||||||
|
Provides extensibility support for ADF applications.
|
@ -1,6 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "@alfresco/adf-extensions",
|
"name": "@alfresco/adf-extensions",
|
||||||
"version": "0.1.0",
|
"description": "Provides extensibility support for ADF applications.",
|
||||||
|
"version": "2.5.0",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"author": "Alfresco Software, Ltd.",
|
||||||
|
"main": "bundles/adf-extensions.js",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/Alfresco/alfresco-ng2-components.git"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
||||||
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@angular/common": "^6.0.0",
|
"@angular/common": "^6.0.0",
|
||||||
"@angular/core": "^6.0.0",
|
"@angular/core": "^6.0.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user