Skip to content

Commit

Permalink
chore: update deps and readme of browser example
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Aug 24, 2017
1 parent a2a85eb commit 19ce266
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/libp2p-in-the-browser/1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 2 additions & 0 deletions examples/libp2p-in-the-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 19ce266

Please sign in to comment.