Skip to content

Commit

Permalink
Merge 19d163d into fb29909
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjordan committed May 6, 2017
2 parents fb29909 + 19d163d commit c621840
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/run.js
Expand Up @@ -119,6 +119,9 @@ function run(config, done) {
return;
}

if (config.useYarn) {
stdout = stdout.split('\n')[0];
}
outdated = JSON.parse(stdout);
if (config.useYarn) {
if ("data" in outdated && outdated.data.body instanceof Array) {
Expand Down

0 comments on commit c621840

Please sign in to comment.