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

Commit 431c442

Browse files
author
Alan Shaw
authored
fix: bundle in meteor (#931)
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>
1 parent b2cbf2f commit 431c442

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"glob": false,
99
"fs": false,
1010
"stream": "readable-stream",
11-
"http": "stream-http",
12-
"ipfs-http-client": false,
13-
"ipfs": false
11+
"http": "stream-http"
1412
},
1513
"scripts": {
1614
"test": "aegir test",

0 commit comments

Comments
 (0)