Skip to content

Commit

Permalink
Revert "command to list ring members and status"
Browse files Browse the repository at this point in the history
This reverts commit a0108c1.
  • Loading branch information
esatterwhite committed Jan 29, 2017
1 parent a0108c1 commit c1b929b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 52 deletions.
1 change: 0 additions & 1 deletion bin/commands/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@

const commands = new Map();
commands.set('run', require('./run'))
commands.set('peers', require('./peers'))
module.exports = commands;

49 changes: 0 additions & 49 deletions bin/commands/peers.js

This file was deleted.

2 changes: 1 addition & 1 deletion bin/commands/run.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict';
'use string';

const child = require('child_process')
, path = require('path')
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
},
"dependencies": {
"body": "^5.1.0",
"cli-table": "^0.3.1",
"debug": "^2.2.0",
"keef": "^2.0.0",
"nats": "^0.6.8",
Expand Down

0 comments on commit c1b929b

Please sign in to comment.