Skip to content

Commit

Permalink
Merge pull request #3 from DanielRuf/chore/migrate-to-cli-table3
Browse files Browse the repository at this point in the history
chore: migrate to cli-table3
  • Loading branch information
ayatmaulana authored Apr 7, 2019
2 parents 0ffe898 + 9476cf9 commit 501449c
Show file tree
Hide file tree
Showing 6 changed files with 466 additions and 423 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ List of depedencies that I use in this project
- Ora
- Commander
- Chalk
- Cli-table2
- Cli-table3

#### Testing

Expand Down
2 changes: 1 addition & 1 deletion dist/extractor.js

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

2 changes: 1 addition & 1 deletion lib-coffee/extractor.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cheerio = require('cheerio')
commander = require('commander')
ora = require('ora')
Table = require('cli-table2')
Table = require('cli-table3')
chalk = require('chalk')
asciify = require('asciify')

Expand Down
Loading

0 comments on commit 501449c

Please sign in to comment.