Skip to content

Commit

Permalink
Merge b2504d6 into e335707
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf committed Jul 14, 2018
2 parents e335707 + b2504d6 commit 5bd314f
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 9 deletions.
67 changes: 60 additions & 7 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
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"caporal": "^0.10.0",
"chalk": "^2.4.1",
"cli-table2": "^0.2.0",
"cli-table3": "^0.5.0",
"configstore": "^3.1.2",
"debug": "^3.1.0",
"globby": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/cli.js
Expand Up @@ -2,7 +2,7 @@ import {isError} from 'util';
import program from 'caporal';
import chalk from 'chalk';
import _ from 'lodash';
import Table from 'cli-table2';
import Table from 'cli-table3';
import updateNotifier from 'update-notifier';
import pkg from '../package.json';
import movieList, {saveKey} from '.';
Expand Down

0 comments on commit 5bd314f

Please sign in to comment.