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

Commit 202aaca

Browse files
committed
chore: update go-ipfs-dep
1 parent 7d05429 commit 202aaca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/browser-pubsub/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jsipfs init
6464
# Configure CORS to allow ipfs-http-client to access this IPFS node
6565
jsipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["http://127.0.0.1:8888"]'
6666
# Start the IPFS node, enabling pubsub
67-
jsipfs daemon --enable-pubsub-experiment
67+
jsipfs daemon
6868
```
6969

7070
### Install and start the Go IPFS node

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"aegir": "^20.4.1",
6868
"async": "^3.1.0",
6969
"browser-process-platform": "~0.1.1",
70-
"go-ipfs-dep": "^0.4.22",
71-
"interface-ipfs-core": "^0.131.0",
70+
"go-ipfs-dep": "^0.4.23",
71+
"interface-ipfs-core": "^0.131.7",
7272
"ipfsd-ctl": "^2.1.0",
7373
"it-all": "^1.0.1",
7474
"it-concat": "^1.0.0",

0 commit comments

Comments
 (0)