Skip to content

add hints on how to fix outdated components #10

@mohlsen

Description

@mohlsen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions