mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
1.1.0 (#1562)
This commit is contained in:
committed by
Eugenio Romano
parent
5519f9fb00
commit
ffb959d331
@@ -46,9 +46,9 @@
|
||||
"material-design-icons": "2.2.3",
|
||||
"material-design-lite": "1.2.1",
|
||||
"ng2-translate": "2.5.0",
|
||||
"alfresco-js-api": "^1.0.0",
|
||||
"ng2-alfresco-core": "1.0.0",
|
||||
"ng2-alfresco-datatable": "1.0.0"
|
||||
"alfresco-js-api": "~1.1.0",
|
||||
"ng2-alfresco-core": "1.1.0",
|
||||
"ng2-alfresco-datatable": "1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jasmine": "^2.2.33",
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ng2-alfresco-datatable",
|
||||
"description": "Alfresco Angular2 DataTable Component",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"author": "Alfresco Software, Ltd.",
|
||||
"scripts": {
|
||||
"clean": "npm install rimraf && npm run clean-build && rimraf dist node_modules typings",
|
||||
@@ -61,8 +61,8 @@
|
||||
"systemjs": "0.19.27",
|
||||
"zone.js": "^0.6.23",
|
||||
"ng2-translate": "2.5.0",
|
||||
"alfresco-js-api": "^1.0.0",
|
||||
"ng2-alfresco-core": "1.0.0"
|
||||
"alfresco-js-api": "~1.1.0",
|
||||
"ng2-alfresco-core": "1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jasmine": "^2.2.33",
|
||||
|
Reference in New Issue
Block a user