Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 5d9bd8f

Browse files
committed
fix: 📦 fix export
1 parent deed50f commit 5d9bd8f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

bun.lockb

0 Bytes
Binary file not shown.

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
"name": "@svelte-dev/auth-sso",
33
"version": "0.0.3",
44
"description": "SSO for Svelte Auth",
5-
"main": ",/build/index.js",
6-
"module": "./build/index.js",
7-
"svelte": "./build/index.js",
5+
"exports": {
6+
".": {
7+
"types": "./build/index.d.ts",
8+
"import": "./build/index.js"
9+
},
10+
"./package.json": "./package.json"
11+
},
812
"types": ",/build/index.d.ts",
913
"scripts": {
1014
"prepare": "npm run build",
@@ -58,6 +62,6 @@
5862
"typescript": "^5.2.2"
5963
},
6064
"dependencies": {
61-
"@svelte-dev/auth-oauth2": "latest"
65+
"@svelte-dev/auth-oauth2": "^0.0.4"
6266
}
6367
}

0 commit comments

Comments
 (0)