tschaub / mock-fs

Configurable mock for the fs module
https://npmjs.org/package/mock-fs
Other
906 stars 86 forks source link

`engines` block to specify min requirements #337

Closed tillig closed 2 years ago

tillig commented 2 years ago

Per the 5.0.0 release notes, 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.

3cp commented 2 years ago

LGTM @tschaub

tschaub commented 2 years ago

Thanks, @tillig