Update prettier to 1.9.1 (#273)

This commit is contained in:
Jan Kassens 2017-12-12 12:47:52 -08:00 committed by Héctor Ramos
parent c22203523f
commit b174ee2d2a
9 changed files with 23 additions and 44 deletions

View file

@ -74,9 +74,7 @@ if (versionIndex < 0) {
console.error(
`${chalk.yellow(
'Version ' + currentVersion + ' does not currently exist!'
)}\n Version ${
currentVersion
} is not in the versions.json file. You can only rename existing versions.`
)}\n Version ${currentVersion} is not in the versions.json file. You can only rename existing versions.`
);
process.exit(1);
}