Skip to content

Commit

Permalink
chore: migrate to cli-table3
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ruf committed Jul 17, 2018
1 parent 819fbe6 commit 24a3143
Show file tree
Hide file tree
Showing 4 changed files with 280 additions and 283 deletions.
2 changes: 1 addition & 1 deletion lib/getSimpleTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file returns table without borders
*/

const Table = require('cli-table2');
const Table = require('cli-table3');

const chars = {
top: '',
Expand Down
2 changes: 1 addition & 1 deletion lib/showDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file print table with all dependencies
*/

const Table = require('cli-table2');
const Table = require('cli-table3');
const filesize = require('filesize');
const moment = require('moment');
const formatLicenseType = require('./formatLicenseType');
Expand Down
Loading

0 comments on commit 24a3143

Please sign in to comment.