chore(package): update xo to version 0.21.0

This commit is contained in:
greenkeeper[bot]
2018-05-04 16:06:24 -04:00
committed by Pierre Vanduynslager
parent cd9f2bdd44
commit f3e4991819
10 changed files with 29 additions and 40 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ async function run(options, plugins) {
options.repositoryUrl = await getGitAuthUrl(options);
if (!await isBranchUpToDate(options.branch)) {
if (!(await isBranchUpToDate(options.branch))) {
logger.log(
"The local branch %s is behind the remote one, therefore a new version won't be published.",
options.branch