From c06ed65b466fcecb0ba198b2268b3236428b4592 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Sun, 23 May 2021 18:23:31 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Rename=20to=20`sk-auth`=20due=20?= =?UTF-8?q?to=20NPM=20name=20conflict?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 237111c..4ba78bf 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "svelte-kit-auth", + "name": "sk-auth", "version": "0.1.0", "description": "Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!", "main": "dist/index.js",