Skip to content

Commit

Permalink
Fix #861 (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
schweden1997 authored Jul 23, 2023
1 parent 11528d9 commit 5aa6bfc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .auri/$v6vvafbw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
package: "@lucia-auth/adapter-session-unstorage" # package name
type: "patch" # "major", "minor", "patch"
---

use correct exports in package.json, fixes #861
2 changes: 1 addition & 1 deletion packages/adapter-session-unstorage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"license": "MIT",
"exports": {
".": "./index.js"
".": "./dist/index.js"
},
"peerDependencies": {
"lucia": "2.0.0-beta.6",
Expand Down

0 comments on commit 5aa6bfc

Please sign in to comment.