Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
fix: bundle in meteor (#931)
Browse files Browse the repository at this point in the history
Excluding `ipfs-http-client` in the `browser` field of package.json was causing Meteor to not include the bundle in it's browser build.

fixes #10411

License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
  • Loading branch information
Alan Shaw authored Jan 24, 2019
1 parent b2cbf2f commit 431c442
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"glob": false,
"fs": false,
"stream": "readable-stream",
"http": "stream-http",
"ipfs-http-client": false,
"ipfs": false
"http": "stream-http"
},
"scripts": {
"test": "aegir test",
Expand Down

0 comments on commit 431c442

Please sign in to comment.