mirror of
https://github.com/Dan6erbond/sk-auth.git
synced 2025-09-14 17:50:30 +02:00
🔧 Use main
instead of module
in package.json
This commit is contained in:
parent
9f8363f49a
commit
ab51aed0c5
@ -1,5 +1,5 @@
|
||||
{
|
||||
"internal": true,
|
||||
"module": "../dist/client/index.js",
|
||||
"main": "../dist/client/index.js",
|
||||
"types": "../dist/client/index.d.ts"
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "sk-auth",
|
||||
"version": "0.3.5",
|
||||
"description": "Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!",
|
||||
"module": "dist/index.js",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"exports": {
|
||||
".": "./dist/index.js",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"internal": true,
|
||||
"module": "../dist/providers/index.js",
|
||||
"main": "../dist/providers/index.js",
|
||||
"types": "../dist/providers/index.d.ts"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user