check-engine
check-engine copied to clipboard
add hints on how to fix outdated components
Add a new property to validatorRules.js for each thing that allows us to put instructions on how to upgrade them.
i.e.
bower: {
versionCheck: 'bower -v',
versionValidate:
(result, version) => version === result.trim(),
instructions: "See the website!"
}