Skip to content

Commit

Permalink
deps: replace cli-table2 with cli-table3 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 authored and zkat committed Jul 10, 2018
1 parent 3dc38b1 commit a509b41
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 18 deletions.
61 changes: 45 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "Adam Baldwin",
"license": "ISC",
"dependencies": {
"cli-table2": "^0.2.0",
"cli-table3": "^0.5.0",
"console-control-strings": "^1.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion reporters/detail.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

const summary = require('./install.js').summary
const Table = require('cli-table2')
const Table = require('cli-table3')
const Utils = require('../lib/utils')

const report = function (data, options) {
Expand Down

0 comments on commit a509b41

Please sign in to comment.