Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
fix: correct browser override path for glob-source (#60)
Browse files Browse the repository at this point in the history
The file is imported from `dist/src/utils`
  • Loading branch information
achingbrain committed Jul 25, 2023
1 parent e2184ef commit fd0f33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/unixfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"entryPoint": "./src/index.ts"
},
"browser": {
"./dist/utils/glob-source.js": false,
"./dist/src/utils/glob-source.js": false,
"node:fs": false,
"node:fs/promises": false,
"node:path": false,
Expand Down

0 comments on commit fd0f33b

Please sign in to comment.