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