This commit is contained in:
郑杰
2018-12-22 20:46:02 +08:00
parent 952ae1e8f3
commit e43418f019
7 changed files with 42 additions and 19 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)
)
}
}