chore(package): update xo to version 0.24.0

This commit is contained in:
greenkeeper[bot]
2019-01-30 19:54:29 -05:00
committed by Pierre Vanduynslager
parent 9d310c958b
commit d10268a8fa
15 changed files with 26 additions and 8 deletions
+1
View File
@@ -99,6 +99,7 @@ async function isRefInHistory(ref, branch, findRebasedTags, execaOpts) {
);
return (await getBranchCommits(branch, execaOpts)).some(matches(pick(tagCommit, ['message', 'author'])));
}
return false;
}