Skip to content

Commit

Permalink
fix: add @auth0/angular-jwt to library package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
uzenith360 committed Feb 1, 2023
1 parent 265fb9e commit 9964073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ngx-jwt-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"@angular/material": "^15.0.3",
"@angular/platform-browser": "^15.0.4",
"@angular/platform-browser-dynamic": "^15.0.4",
"@angular/router": "^15.0.4"
"@angular/router": "^15.0.4",
"@auth0/angular-jwt": "^5.0.2"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 9964073

Please sign in to comment.