Skip to content

Commit

Permalink
use hyperdiscovery
Browse files Browse the repository at this point in the history
  • Loading branch information
joehand committed Mar 27, 2017
1 parent 0ca8b23 commit 051b5c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ var path = require('path')
var xtend = require('xtend')
var mkdirp = require('mkdirp')
var hyperdrive = require('hyperdrive')
var network = require('hyperdiscovery')
var ram = require('random-access-memory')
var mirror = require('mirror-folder')
var countDir = require('count-files')
var datIgnore = require('dat-ignore')
var debug = require('debug')('dat')
var cast = require('localcast')('dat-next')
var network = require('./lib/network')

module.exports = run

Expand Down
24 changes: 0 additions & 24 deletions lib/network.js

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"dat-swarm-defaults": "^1.0.0",
"debug": "^2.4.5",
"discovery-swarm": "^4.3.0",
"hyperdiscovery": "^1.3.0",
"hyperdrive": "github:mafintosh/hyperdrive#v8",
"localcast": "^2.0.1",
"minimist": "^1.2.0",
Expand Down

0 comments on commit 051b5c1

Please sign in to comment.