Skip to content

Commit

Permalink
Update require to cli-table3
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Aug 30, 2018
1 parent 38e5daa commit f0bf55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/result-summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const CoreObject = require('core-object');
const chalk = require('chalk');
const Table = require('cli-table2');
const Table = require('cli-table3');

module.exports = CoreObject.extend({
print() {
Expand Down

0 comments on commit f0bf55d

Please sign in to comment.