From afd71a6528e3b9e0c195178c933bb0eb816464b9 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Wed, 16 Jan 2019 14:14:48 +0000 Subject: [PATCH 1/2] docs: fix circuit relaying example License: MIT Signed-off-by: Alan Shaw --- examples/circuit-relaying/package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/examples/circuit-relaying/package.json b/examples/circuit-relaying/package.json index f516cfd64d..918fa9aefa 100644 --- a/examples/circuit-relaying/package.json +++ b/examples/circuit-relaying/package.json @@ -18,9 +18,14 @@ "ipfs-pubsub-room": "^1.4.0" }, "devDependencies": { - "aegir": "^14.0.0", "ipfs-css": "~0.2.0", "parcel-bundler": "^1.6.2", "tachyons": "^4.9.1" - } + }, + "browserslist": [ + ">1%", + "not dead", + "not ie <= 11", + "not op_mini all" + ] } From 1842f5129f2e13961bca627dcc861d091bf1b922 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Thu, 17 Jan 2019 10:16:50 +0000 Subject: [PATCH 2/2] fix: add missing dependency License: MIT Signed-off-by: Alan Shaw --- examples/circuit-relaying/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/circuit-relaying/package.json b/examples/circuit-relaying/package.json index 918fa9aefa..1ca3855664 100644 --- a/examples/circuit-relaying/package.json +++ b/examples/circuit-relaying/package.json @@ -18,6 +18,7 @@ "ipfs-pubsub-room": "^1.4.0" }, "devDependencies": { + "aegir": "^18.0.3", "ipfs-css": "~0.2.0", "parcel-bundler": "^1.6.2", "tachyons": "^4.9.1"