Skip to content

Commit

Permalink
fix: exclude glob-source.js in browser build (#121)
Browse files Browse the repository at this point in the history
Fixes this issue: ipfs/js-ipfs#3557

Related PR in `js-ipfs`: ipfs/js-ipfs#3630
  • Loading branch information
yurtsiv authored Apr 28, 2021
1 parent a843a3e commit c4071d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"./src/http/fetch.js": "./src/http/fetch.browser.js",
"./src/temp-dir.js": "./src/temp-dir.browser.js",
"./src/path-join.js": "./src/path-join.browser.js",
"./src/files/glob-source": false,
"./test/files/glob-source.spec.js": false,
"electron-fetch": false,
"fs-extra": false,
Expand Down

0 comments on commit c4071d9

Please sign in to comment.