Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit fbcff9a

Browse files
author
Alan Shaw
authored
docs: fix circuit relaying example (#1824)
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 0ddfb8e commit fbcff9a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

examples/circuit-relaying/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,15 @@
1818
"ipfs-pubsub-room": "^1.4.0"
1919
},
2020
"devDependencies": {
21-
"aegir": "^14.0.0",
21+
"aegir": "^18.0.3",
2222
"ipfs-css": "~0.2.0",
2323
"parcel-bundler": "^1.6.2",
2424
"tachyons": "^4.9.1"
25-
}
25+
},
26+
"browserslist": [
27+
">1%",
28+
"not dead",
29+
"not ie <= 11",
30+
"not op_mini all"
31+
]
2632
}

0 commit comments

Comments
 (0)