From 3298f85120500bc266cee49c700f292094fb42da Mon Sep 17 00:00:00 2001 From: kajvans Date: Tue, 30 Jan 2024 17:38:12 +0100 Subject: [PATCH] npm --- .npmrc | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..f194c55 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +@kajvans:registry=https://npm.pkg.github.com \ No newline at end of file diff --git a/package.json b/package.json index e2bdbdb..1d0a017 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "auth-guardian", + "name": "@kajvans/auth-guardian", "version": "1.1.2", "description": "auth-guardian a library for enhancing application security", "main": "index.js",