Skip to content

Commit 57b13e8

Browse files
committed
Updated dist and binaries
1 parent b1b41e4 commit 57b13e8

File tree

5 files changed

+2
-6
lines changed

5 files changed

+2
-6
lines changed

bin/nelson-linux

2.59 KB
Binary file not shown.

bin/nelson-macos

2.59 KB
Binary file not shown.

bin/nelson-win.exe

2.66 KB
Binary file not shown.

dist/index.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
55
var node = require('./node').node;
66

77
// Some general TODOs:
8-
// TODO: write readme
9-
// TODO: write license
10-
// TODO: write changelog/history
11-
// TODO: fix tests (currently broken after the helluva refactoring)
8+
// TODO: add changelog/history
129
// TODO: add linting
1310
// TODO: add editor config
14-
// TODO: publish
1511

1612
module.exports = _extends({
1713
initNode: function initNode(opts) {

dist/node/node.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ var DEFAULT_OPTIONS = {
3636
cycleInterval: 60,
3737
epochInterval: 300,
3838
beatInterval: 10,
39-
port: 16600,
4039
dataPath: DEFAULT_LIST_OPTIONS.dataPath,
4140
// TODO: add process and HTTP api interfaces to query the node on current status
41+
port: 16600,
4242
apiPort: 17600,
4343
IRIPort: DEFAULT_IRI_OPTIONS.port,
4444
TCPPort: 15600,

0 commit comments

Comments
 (0)