Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

engines block to specify min requirements #337

Merged
merged 1 commit into from
Sep 23, 2021
Merged

engines block to specify min requirements #337

merged 1 commit into from
Sep 23, 2021

Commits on Sep 22, 2021

  1. engines block to specify min requirements

    Per [the 5.0.0 release notes](https://github.com/tschaub/mock-fs/releases/tag/v5.0.0), support for Node less than 12 has been dropped. With an `engines` block, `npm` can issue an error to tell folks on Node 10 (or other lower/unsupported version) that the package is no longer compatible. This can save time for things like #334 where it's not obvious why issues are occurring.
    tillig committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    0b8d63e View commit details
    Browse the repository at this point in the history