v1.1 版本发布,代码同步后端v1.1版本

This commit is contained in:
郑杰
2018-12-25 14:44:40 +08:00
parent 2722ce78c3
commit 68c60a48f1
6 changed files with 9 additions and 10 deletions

View File

@@ -36,10 +36,10 @@ module.exports = function() {
if (!semver.satisfies(mod.currentVersion, mod.versionRequirement)) {
warnings.push(
mod.name +
': ' +
chalk.red(mod.currentVersion) +
' should be ' +
chalk.green(mod.versionRequirement)
': ' +
chalk.red(mod.currentVersion) +
' should be ' +
chalk.green(mod.versionRequirement)
)
}
}