Skip to content

Commit

Permalink
fixed (#5034)
Browse files Browse the repository at this point in the history
* fixed

* Cyan
  • Loading branch information
excelsior97 authored and rally25rs committed Dec 7, 2017
1 parent ec8cea0 commit 7bb4997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/commands/outdated.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export async function run(config: Config, reporter: Reporter, flags: Object, arg
colorizeName(info),
info.current,
colorizeDiff(info.current, info.wanted, reporter),
reporter.format.magenta(info.latest),
reporter.format.cyan(info.latest),
info.workspaceName || '',
getNameFromHint(info.hint),
reporter.format.cyan(info.url),
Expand Down

0 comments on commit 7bb4997

Please sign in to comment.