chore: update deps and readme of browser example

This commit is contained in:
David Dias 2017-08-24 10:58:06 +01:00
parent a2a85eb8d6
commit 19ce266f1b
2 changed files with 9 additions and 7 deletions

View File

@ -10,20 +10,20 @@
}, },
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"browserify": "^14.0.0", "browserify": "^14.4.0",
"concat-stream": "^1.6.0", "concat-stream": "^1.6.0",
"detect-dom-ready": "^1.0.2", "detect-dom-ready": "^1.0.2",
"node-static": "^0.7.9" "node-static": "^0.7.9"
}, },
"dependencies": { "dependencies": {
"detect-dom-ready": "^1.0.2", "detect-dom-ready": "^1.0.2",
"libp2p": "^0.10.0", "libp2p": "^0.11.0",
"libp2p-multiplex": "^0.4.4", "libp2p-multiplex": "^0.4.4",
"libp2p-railing": "^0.5.2", "libp2p-railing": "^0.6.1",
"libp2p-secio": "^0.6.8", "libp2p-secio": "^0.7.1",
"libp2p-spdy": "^0.10.6", "libp2p-spdy": "^0.10.6",
"libp2p-webrtc-star": "^0.11.0", "libp2p-webrtc-star": "^0.12.0",
"libp2p-websockets": "^0.10.0", "libp2p-websockets": "^0.10.1",
"peer-info": "^0.9.3" "peer-info": "^0.10.0"
} }
} }

View File

@ -12,3 +12,5 @@ Simple go into the folder [1](./1) and execute the following
> npm start > npm start
# open your browser in port :9090 # open your browser in port :9090
``` ```
[Version Published on IPFS](http://ipfs.io/ipfs/QmcBnUWsPG9rFRnYUQH7FkgpxgUppnujcRvyVje77eiKwr)