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

Commit

Permalink
fix: 📦 fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
willin committed Dec 4, 2023
1 parent deed50f commit 5d9bd8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
"name": "@svelte-dev/auth-sso",
"version": "0.0.3",
"description": "SSO for Svelte Auth",
"main": ",/build/index.js",
"module": "./build/index.js",
"svelte": "./build/index.js",
"exports": {
".": {
"types": "./build/index.d.ts",
"import": "./build/index.js"
},
"./package.json": "./package.json"
},
"types": ",/build/index.d.ts",
"scripts": {
"prepare": "npm run build",
Expand Down Expand Up @@ -58,6 +62,6 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@svelte-dev/auth-oauth2": "latest"
"@svelte-dev/auth-oauth2": "^0.0.4"
}
}

0 comments on commit 5d9bd8f

Please sign in to comment.