From afddce6885013c068082ed53dbc14fda542c5edf Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sat, 14 Jul 2018 23:16:16 +0200 Subject: [PATCH] chore: migrate to cli-table3 --- lib/utils/helpers.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils/helpers.js b/lib/utils/helpers.js index 788fc3ae..30d4b197 100644 --- a/lib/utils/helpers.js +++ b/lib/utils/helpers.js @@ -4,7 +4,7 @@ const fs = require('fs') const path = require('path') const moment = require('moment') -const Table = require('cli-table2') +const Table = require('cli-table3') const expandHomeDir = require('expand-home-dir') // ours diff --git a/package.json b/package.json index d593fb4e..300272b9 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "bluebird": "3.5.1", "caporal": "0.10.0", "chalk": "2.4.1", - "cli-table2": "0.2.0", + "cli-table3": "0.5.0", "expand-home-dir": "0.0.3", "fs-extra": "6.0.1", "jsonfile": "4.0.0",