Skip to content

Commit

Permalink
return fallbakc for default exports
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Oct 24, 2023
1 parent 324a9a5 commit bd3225b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,17 @@
},
"browser": {
"import": {
"types": "./@type/browser.d.ts",
"types": "./lib/browser.d.ts",
"default": "./lib/browser.js"
},
"require": {
"types": "./@type/browser.d.cts",
"types": "./lib/browser.d.cts",
"default": "./lib/browser.cjs"
}
},
"default": {
"types": "./lib/form-data.d.ts",
"import": "./lib/form-data.js"
}
},
"./file-from-path": {
Expand Down

0 comments on commit bd3225b

Please sign in to comment.