Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

Commit 8dc6d76

Browse files
committed
cli-table3@0.5.0
replaces cli-table2
1 parent 2ac48f8 commit 8dc6d76

File tree

14 files changed

+1413
-5
lines changed

14 files changed

+1413
-5
lines changed

lib/hook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const npm = require('./npm.js')
99
const output = require('./utils/output.js')
1010
const pudding = require('figgy-pudding')
1111
const relativeDate = require('tiny-relative-date')
12-
const Table = require('cli-table2')
12+
const Table = require('cli-table3')
1313
const usage = require('./utils/usage.js')
1414
const validate = require('aproba')
1515

lib/profile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const npm = require('./npm.js')
44
const log = require('npmlog')
55
const output = require('./utils/output.js')
66
const qw = require('qw')
7-
const Table = require('cli-table2')
7+
const Table = require('cli-table3')
88
const ansistyles = require('ansistyles')
99
const Bluebird = require('bluebird')
1010
const readUserInfo = require('./utils/read-user-info.js')

lib/token.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
const profile = require('npm-profile')
33
const npm = require('./npm.js')
44
const output = require('./utils/output.js')
5-
const Table = require('cli-table2')
5+
const Table = require('cli-table3')
66
const Bluebird = require('bluebird')
77
const isCidrV4 = require('is-cidr').v4
88
const isCidrV6 = require('is-cidr').v6

node_modules/cli-table3/CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/cli-table3/LICENSE

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/cli-table3/README.md

Lines changed: 218 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/cli-table3/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)