* bump to 1.2.0

* Update package.json

* Update package.json

* update demo 1.2.0
This commit is contained in:
Mario Romano
2017-02-27 12:02:01 +00:00
committed by GitHub
parent cbc4518e9c
commit cb19ff911c
30 changed files with 121 additions and 121 deletions

View File

@@ -69,9 +69,9 @@
"material-design-icons": "2.2.3",
"material-design-lite": "1.2.1",
"ng2-translate": "2.5.0",
"alfresco-js-api": "~1.1.0",
"ng2-alfresco-core": "1.1.0",
"ng2-alfresco-login": "^1.1.0"
"alfresco-js-api": "~1.2.0",
"ng2-alfresco-core": "1.2.0",
"ng2-alfresco-login": "1.2.0"
},
"devDependencies": {
"@types/jasmine": "^2.2.33",

View File

@@ -1,7 +1,7 @@
{
"name": "ng2-alfresco-login",
"description": "Alfresco Angular2 Login Component",
"version": "1.1.0",
"version": "1.2.0",
"author": "Alfresco Software, Ltd.",
"scripts": {
"clean": "npm install rimraf && npm run clean-build && rimraf dist node_modules typings",
@@ -67,8 +67,8 @@
"@angular/platform-browser-dynamic": "2.0.0",
"@angular/material": "2.0.0-beta.1",
"@angular/router": "3.0.0",
"alfresco-js-api": "~1.1.0",
"ng2-alfresco-core": "1.1.0",
"alfresco-js-api": "~1.2.0",
"ng2-alfresco-core": "1.2.0",
"ng2-translate": "2.5.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",