Skip to content

Pin packages #3

@macabeus

Description

@macabeus

Is strongly recommended to pin the packages on package.json file, in order to avoid auto-upgrade, because it could break the application.

For example, instead of "showdown": "^1.9.1", is safer to write just "showdown": "1.9.1" (without ˆ).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions