mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
e96b6860a4
Unlike Yarn Classic, Yarn Berry will not verify that the current version of Node being used matches the `engines` field in `package.json`. However, someone has written a plugin, [`engines`][1], that provides this missing functionality, and this commits adds that plugin. This should ensure that all developers are using the correct version of Node. (In addition to checking the current Node version, the plugin also checks the current Yarn version.) [1]: https://github.com/devoto13/yarn-plugin-engines |
||
---|---|---|
.. | ||
plugin-allow-scripts.cjs | ||
plugin-engines.cjs | ||
plugin-version.cjs |