We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d52600 commit ffa2b1bCopy full SHA for ffa2b1b
package.json
@@ -21,18 +21,10 @@
21
"nextauth"
22
],
23
"exports": {
24
- ".": {
25
- "import": "./index.js"
26
- },
27
- "./jwt": {
28
- "import": "./jwt/index.js"
29
30
- "./react": {
31
- "import": "./react/index.js"
32
33
- "./providers/*": {
34
- "import": "./providers/*.js"
35
- }
+ ".": "./index.js",
+ "./jwt": "./jwt/index.js",
+ "./react": "./react/index.js",
+ "./providers/*": "./providers/*.js"
36
},
37
"scripts": {
38
"build": "npm run build:js && npm run build:css",
0 commit comments