Skip to content

Commit

Permalink
Backport fix from main for main resolution (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed May 30, 2023
1 parent 0ccb4f7 commit 540a1f6
Show file tree
Hide file tree
Showing 2 changed files with 584 additions and 562 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
"types": "./@type/browser.d.ts",
"import": "./lib/browser.js"
},
"default": "./lib/index.js"
"default": {
"types": "./@type/index.d.ts",
"import": "./lib/index.js"
}
},
"./file-from-path": {
"types": "./@type/fileFromPath.d.ts",
Expand Down

0 comments on commit 540a1f6

Please sign in to comment.