From 31e18e040ad2d5ad5683bc029913a1ddda55408b Mon Sep 17 00:00:00 2001 From: Zenith Wogwugwu Date: Fri, 27 Jan 2023 19:35:04 +0100 Subject: [PATCH] fix: rename library from jwt-auth to ngx-jwt-auth --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5e637ec..edb453d 100644 --- a/README.md +++ b/README.md @@ -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 🌬️ diff --git a/package-lock.json b/package-lock.json index 17ca8a9..2843b02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@uzenith360/ngx-ngx-jwt-auth", + "name": "@uzenith360/ngx-jwt-auth", "version": "0.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "@uzenith360/ngx-ngx-jwt-auth", + "name": "@uzenith360/ngx-jwt-auth", "version": "0.0.0", "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 2712dab..dcc3206 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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", @@ -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"