Skip to content

Commit 9e18b49

Browse files
ZIMkaRUJacobPlaster
authored andcommitted
Switch cli-table2 to cli-table3
1 parent 7431576 commit 9e18b49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/util/debug_table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
const Table = require('cli-table2')
3+
const Table = require('cli-table3')
44

55
/**
66
* Generates a CLI table and logs it to the console

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"readline-promise": "^1.0.4",
6868
"blessed": "^0.1.81",
6969
"blessed-contrib": "^4.8.19",
70-
"cli-table2": "^0.2.0",
70+
"cli-table3": "^0.6.0",
7171
"bfx-api-node-models": "^1.2.1",
7272
"bfx-api-node-rest": "^3.0.8",
7373
"bfx-api-node-util": "^1.0.2",

0 commit comments

Comments
 (0)