Skip to content

Commit

Permalink
build: release for angular 6 and keycloak 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciovigolo committed May 21, 2018
1 parent 6fa7341 commit 92bf5d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keycloak-angular",
"version": "4.0.0-beta.2",
"version": "3.0.0",
"description": "Easy Keycloak setup for Angular applications",
"scripts": {
"contributors:add": "all-contributors add",
Expand Down
4 changes: 2 additions & 2 deletions projects/keycloak-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keycloak-angular",
"version": "4.0.0-beta.2",
"version": "3.0.0",
"description": "Easy Keycloak setup for Angular applications",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
"keycloak-js"
],
"dependencies": {
"keycloak-js": "^4.0.0-beta.2"
"keycloak-js": "^3.4.3"
},
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
Expand Down

0 comments on commit 92bf5d9

Please sign in to comment.