⬆️ Use file:.. instead of link:.. in demo app to test local installation

This commit is contained in:
RaviAnand Mohabir 2021-05-23 15:10:40 +02:00
parent 1360b24cf8
commit 57a215bc0f
3 changed files with 13 additions and 5 deletions

View File

@ -34,6 +34,6 @@
"@fontsource/inter": "^4.3.0",
"clsx": "^1.1.1",
"prismjs": "^1.23.0",
"svelte-kit-auth": "link:../"
"svelte-kit-auth": "file:../"
}
}

View File

@ -1,4 +1,4 @@
import SvelteKitAuth from "svelte-kit-auth";
import { SvelteKitAuth } from "svelte-kit-auth";
import {
FacebookAuthProvider,
GoogleOAuthProvider,

View File

@ -2189,9 +2189,17 @@ svelte-hmr@^0.14.2:
resolved "https://registry.yarnpkg.com/svelte-hmr/-/svelte-hmr-0.14.4.tgz#b7ef2bfeef23916e0e912828c50645ca572ac355"
integrity sha512-kItFF7vqzStckSigoFmMnxJpTOdB9TWnQAW6Js+yAB4277tLbJIIE5KBlGHNmJNpA7MguqidsPB27Uw5UzQPCA==
"svelte-kit-auth@link:..":
version "0.0.0"
uid ""
"svelte-kit-auth@file:..":
version "1.0.0"
dependencies:
cookie "^0.4.1"
jsonwebtoken "^8.5.1"
"svelte-kit-auth@file:../":
version "1.0.0"
dependencies:
cookie "^0.4.1"
jsonwebtoken "^8.5.1"
svelte-preprocess@^4.7.1:
version "4.7.3"