Skip to content

Commit

Permalink
Merge pull request #6 from DanielRuf/chore/migrate-to-cli-table3
Browse files Browse the repository at this point in the history
chore: migrate to cli-table3
  • Loading branch information
delfrrr authored Jul 18, 2018
2 parents 819fbe6 + 24a3143 commit 0c97003
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 0c97003

Please sign in to comment.