Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate bittorrent-swarm, inline into webtorrent #704

Merged
merged 9 commits into from Mar 29, 2016

remove one more reference to `bittorrent-swarm`

  • Loading branch information
feross committed Mar 29, 2016
commit ce955d7d8a7d37b5041362307eb31b8e10eec557
@@ -2,7 +2,7 @@ var BitField = require('bitfield')
var EventEmitter = require('events').EventEmitter
var hat = require('hat')
var RarityMap = require('../lib/rarity-map')
var Swarm = require('bittorrent-swarm')
var Swarm = require('../lib/swarm')
var test = require('tape')

var infoHash = 'd2474e86c95b19b8bcfdb92bc12c9d44667cfa36'
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.