Skip to content

Commit

Permalink
fix: rename library from jwt-auth to ngx-jwt-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
uzenith360 committed Jan 27, 2023
1 parent 8497419 commit 31e18e0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ngx-ngx-jwt-auth
# ngx-jwt-auth

An Angular JWT authentication library with authentication service, route guard, interceptor and login modal to get your Angular app authentication setup in a breeze 🌬️

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@uzenith360/ngx-ngx-jwt-auth",
"name": "@uzenith360/ngx-jwt-auth",
"version": "0.0.0",
"description": "An Angular JWT authentication library with authentication service, route guard, interceptor and login modal to get your Angular app authentication setup in a breeze 🌬️",
"scripts": {
Expand All @@ -14,7 +14,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/uzenith360/ngx-ngx-jwt-auth.git"
"url": "https://github.com/uzenith360/ngx-jwt-auth.git"
},
"keywords": [
"typescript",
Expand All @@ -23,9 +23,9 @@
"author": "@uzenith360",
"license": "ISC",
"bugs": {
"url": "https://github.com/uzenith360/ngx-ngx-jwt-auth/issues"
"url": "https://github.com/uzenith360/ngx-jwt-auth/issues"
},
"homepage": "https://github.com/uzenith360/ngx-ngx-jwt-auth#readme",
"homepage": "https://github.com/uzenith360/ngx-jwt-auth#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com/",
"access": "public"
Expand Down

0 comments on commit 31e18e0

Please sign in to comment.