Skip to content

Commit

Permalink
chore: fix export definitions for custom framework
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 17, 2024
1 parent d914741 commit 53e4311
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@
"types": "./nextjs/index.d.ts",
"default": "./nextjs/index.js"
},
"./customframework": {
"./custom": {
"types": "./custom/index.d.ts",
"default": "./custom/index.js"
},
"./customframework/index": {
"./custom/index": {
"types": "./custom/index.d.ts",
"default": "./custom/index.js"
},
"./customframework/index.js": {
"./custom/index.js": {
"types": "./custom/index.d.ts",
"default": "./custom/index.js"
},
Expand Down

0 comments on commit 53e4311

Please sign in to comment.