Skip to content

Commit

Permalink
bittorrent-client@0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jul 29, 2014
1 parent 7a15bf8 commit df09314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Expand Up @@ -142,6 +142,8 @@ WebTorrent.prototype.destroy = function (cb) {
}

parallel(tasks, cb)

return self
}

WebTorrent.prototype._onTorrent = function (torrent) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"airplay-js": "^0.2.1",
"bittorrent-client": "^0.3.1",
"bittorrent-client": "^0.4.0",
"chalk": "^0.5.1",
"clivas": "^0.1.4",
"concat-stream": "^1.4.4",
Expand Down

0 comments on commit df09314

Please sign in to comment.