This commit is contained in:
Eugenio Romano
2017-04-04 12:27:58 +01:00
committed by Maurizio Vitale
parent 6ac9d45bcf
commit 8725a745c2
30 changed files with 121 additions and 121 deletions

View File

@@ -41,10 +41,10 @@
"material-design-icons": "2.2.3",
"material-design-lite": "1.2.1",
"ng2-translate": "2.5.0",
"alfresco-js-api": "~1.2.0",
"ng2-alfresco-core": "1.2.0",
"ng2-alfresco-datatable": "1.2.0",
"ng2-alfresco-webscript": "1.2.0"
"alfresco-js-api": "~1.3.0",
"ng2-alfresco-core": "1.3.0",
"ng2-alfresco-datatable": "1.3.0",
"ng2-alfresco-webscript": "1.3.0"
},
"devDependencies": {
"@types/jasmine": "^2.2.33",

View File

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