Skip to content

Commit

Permalink
deps: @skyring/ringpop
Browse files Browse the repository at this point in the history
Semver: major
  • Loading branch information
esatterwhite committed Dec 9, 2018
1 parent 51584ea commit 811cb48
Show file tree
Hide file tree
Showing 3 changed files with 370 additions and 217 deletions.
2 changes: 1 addition & 1 deletion lib/server/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
const path = require('path')
, EventEmitter = require('events').EventEmitter
, dns = require('dns')
, Ringpop = require('ringpop')
, Ringpop = require('@skyring/ringpop')
, TChannel = require('tchannel')
, debug = require('debug')('skyring:ring')
, conf = require(path.join(__dirname, '..', '..', 'conf'))
Expand Down
Loading

0 comments on commit 811cb48

Please sign in to comment.