Update to latest webtorrent version

This commit is contained in:
guerrerocarlos@gmail.com 2017-02-11 23:16:08 +02:00
parent 73c22c1dea
commit 7d962d8195
2 changed files with 12 additions and 11 deletions

19
cachep2p.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{ {
"name": "cachep2p", "name": "cachep2p",
"description": "The Peer to Peer Cache for the Masses", "description": "The Peer to Peer Cache for the Masses",
"version": "0.1.5", "version": "0.1.6",
"author": { "author": {
"name": "Carlos Guerrero", "name": "Carlos Guerrero",
"email": "carlos@carlosguerrero.com", "email": "carlos@carlosguerrero.com",
@ -19,7 +19,7 @@
"dependencies": { "dependencies": {
"safe-buffer": "^5.0.1", "safe-buffer": "^5.0.1",
"simple-sha1": "^2.0.8", "simple-sha1": "^2.0.8",
"webtorrent": "git+https://github.com/guerrerocarlos/webtorrent.git" "webtorrent": "git+https://github.com/guerrerocarlos/webtorrent.git#cachep2p"
}, },
"devDependencies": { "devDependencies": {
"browserify": "^13.0.1", "browserify": "^13.0.1",