diff --git a/examples/libp2p-in-the-browser/1/package.json b/examples/libp2p-in-the-browser/1/package.json index 84752f5b..d73f3151 100644 --- a/examples/libp2p-in-the-browser/1/package.json +++ b/examples/libp2p-in-the-browser/1/package.json @@ -10,20 +10,20 @@ }, "license": "MIT", "devDependencies": { - "browserify": "^14.0.0", + "browserify": "^14.4.0", "concat-stream": "^1.6.0", "detect-dom-ready": "^1.0.2", "node-static": "^0.7.9" }, "dependencies": { "detect-dom-ready": "^1.0.2", - "libp2p": "^0.10.0", + "libp2p": "^0.11.0", "libp2p-multiplex": "^0.4.4", - "libp2p-railing": "^0.5.2", - "libp2p-secio": "^0.6.8", + "libp2p-railing": "^0.6.1", + "libp2p-secio": "^0.7.1", "libp2p-spdy": "^0.10.6", - "libp2p-webrtc-star": "^0.11.0", - "libp2p-websockets": "^0.10.0", - "peer-info": "^0.9.3" + "libp2p-webrtc-star": "^0.12.0", + "libp2p-websockets": "^0.10.1", + "peer-info": "^0.10.0" } } diff --git a/examples/libp2p-in-the-browser/README.md b/examples/libp2p-in-the-browser/README.md index 7a624a91..c3426a53 100644 --- a/examples/libp2p-in-the-browser/README.md +++ b/examples/libp2p-in-the-browser/README.md @@ -12,3 +12,5 @@ Simple go into the folder [1](./1) and execute the following > npm start # open your browser in port :9090 ``` + +[Version Published on IPFS](http://ipfs.io/ipfs/QmcBnUWsPG9rFRnYUQH7FkgpxgUppnujcRvyVje77eiKwr)