Update ADF packages version 2.6.0-beta6 (#3818)

This commit is contained in:
Eugenio Romano
2018-09-24 14:11:03 +01:00
committed by GitHub
parent 64b8642bc9
commit 37ee3dbe21
7 changed files with 22 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-extensions",
"description": "Provides extensibility support for ADF applications.",
"version": "2.5.0",
"version": "2.6.0-beta6",
"license": "Apache-2.0",
"author": "Alfresco Software, Ltd.",
"main": "bundles/adf-extensions.js",
@@ -16,6 +16,6 @@
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/http": "^6.1.4",
"alfresco-js-api": "^2.5.0"
"alfresco-js-api": "2.6.0-beta6"
}
}