Skip to content

breaking changes and package.json #24

@Qard

Description

@Qard

When suggesting a change that breaks compatibility with previous versions, the bot should either update the engine in package.json to >= 0.8.0 or, ideally; be clever enough to put in detection code. For example;

path.exists(*)

becomes

(parseInt(process.version.split('.')[1]) > 8 ? fs.exists(*) : path.exists(*))

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