From 431c44289b3cea78006ddd506cd502b0def05d44 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Thu, 24 Jan 2019 09:22:42 +0000 Subject: [PATCH] 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 --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index fec879c53..9d0def35c 100644 --- a/package.json +++ b/package.json @@ -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",