Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolando Santamaria Maso authored and Rolando Santamaria Maso committed Oct 25, 2020
1 parent 2628461 commit 03bf52a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keycloak-backend",
"version": "2.0.0",
"version": "2.0.1",
"description": "Keycloak Node.js minimalist connector for backend services integration. ",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -32,12 +32,12 @@
},
"homepage": "https://github.com/jkyberneees/keycloak-backend#readme",
"dependencies": {
"axios": "^0.19.2",
"axios": "^0.21.0",
"jsonwebtoken": "^8.5.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"standard": "^14.3.3"
"standard": "^15.0.0"
}
}

0 comments on commit 03bf52a

Please sign in to comment.