This commit is contained in:
Mario Romano
2017-04-27 10:35:43 +01:00
parent fb25cd34d0
commit ac16f1c3dc
33 changed files with 131 additions and 127 deletions

View File

@@ -36,10 +36,10 @@
"systemjs": "0.19.27",
"zone.js": "0.6.26",
"ng2-translate": "2.5.0",
"alfresco-js-api": "~1.3.0",
"ng2-alfresco-core": "1.3.0",
"ng2-alfresco-datatable": "1.3.0",
"ng2-alfresco-documentlist": "1.3.0",
"alfresco-js-api": "~1.4.0",
"ng2-alfresco-core": "1.4.0",
"ng2-alfresco-datatable": "1.4.0",
"ng2-alfresco-documentlist": "1.4.0",
"material-design-icons": "2.2.3",
"material-design-lite": "1.2.1",
"intl": "^1.2.5"

View File

@@ -1,7 +1,7 @@
{
"name": "ng2-alfresco-documentlist",
"description": "Alfresco Angular2 Document List Component",
"version": "1.3.0",
"version": "1.4.0",
"author": "Alfresco Software, Ltd.",
"scripts": {
"clean": "npm install rimraf && npm run clean-build && rimraf dist node_modules typings",
@@ -63,11 +63,11 @@
"@angular/platform-browser": "2.2.2",
"@angular/platform-browser-dynamic": "2.2.2",
"@angular/router": "3.2.2",
"alfresco-js-api": "~1.3.0",
"alfresco-js-api": "~1.4.0",
"core-js": "2.4.1",
"hammerjs": "2.0.8",
"ng2-alfresco-core": "1.3.0",
"ng2-alfresco-datatable": "1.3.0",
"ng2-alfresco-core": "1.4.0",
"ng2-alfresco-datatable": "1.4.0",
"ng2-translate": "2.5.0",
"reflect-metadata": "0.1.10",
"rxjs": "5.0.0-beta.12",