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

Commit

Permalink
cli-table3@0.5.0
Browse files Browse the repository at this point in the history
replaces cli-table2
  • Loading branch information
zkat committed Jul 10, 2018
1 parent 2ac48f8 commit 8dc6d76
Show file tree
Hide file tree
Showing 14 changed files with 1,413 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/hook.js
Expand Up @@ -9,7 +9,7 @@ const npm = require('./npm.js')
const output = require('./utils/output.js')
const pudding = require('figgy-pudding')
const relativeDate = require('tiny-relative-date')
const Table = require('cli-table2')
const Table = require('cli-table3')
const usage = require('./utils/usage.js')
const validate = require('aproba')

Expand Down
2 changes: 1 addition & 1 deletion lib/profile.js
Expand Up @@ -4,7 +4,7 @@ const npm = require('./npm.js')
const log = require('npmlog')
const output = require('./utils/output.js')
const qw = require('qw')
const Table = require('cli-table2')
const Table = require('cli-table3')
const ansistyles = require('ansistyles')
const Bluebird = require('bluebird')
const readUserInfo = require('./utils/read-user-info.js')
Expand Down
2 changes: 1 addition & 1 deletion lib/token.js
Expand Up @@ -2,7 +2,7 @@
const profile = require('npm-profile')
const npm = require('./npm.js')
const output = require('./utils/output.js')
const Table = require('cli-table2')
const Table = require('cli-table3')
const Bluebird = require('bluebird')
const isCidrV4 = require('is-cidr').v4
const isCidrV6 = require('is-cidr').v6
Expand Down
48 changes: 48 additions & 0 deletions node_modules/cli-table3/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions node_modules/cli-table3/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

218 changes: 218 additions & 0 deletions node_modules/cli-table3/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/cli-table3/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8dc6d76

Please sign in to comment.