check-engine icon indicating copy to clipboard operation
check-engine copied to clipboard

add hints on how to fix outdated components

Open mohlsen opened this issue 9 years ago • 0 comments

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!"
}

mohlsen avatar Oct 07 '16 19:10 mohlsen