fix package json and readme for extensions

This commit is contained in:
Denys Vuika 2018-09-18 14:29:48 +01:00
parent aca6b1bc66
commit 2428283905
2 changed files with 15 additions and 1 deletions

3
lib/extensions/README.md Normal file
View File

@ -0,0 +1,3 @@
# ADF Extensions
Provides extensibility support for ADF applications.

View File

@ -1,6 +1,17 @@
{
"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": {
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0",