From 49311c5d6af8ae9f4c17b384c930a002674c079d Mon Sep 17 00:00:00 2001 From: Yaroslav Admin Date: Thu, 9 Sep 2021 15:59:37 +0200 Subject: [PATCH] docs: add yarn-plugin-engines to third-party plugin list --- packages/gatsby/content/features/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/gatsby/content/features/plugins.md b/packages/gatsby/content/features/plugins.md index 57945a8a8695..d5093058e45e 100644 --- a/packages/gatsby/content/features/plugins.md +++ b/packages/gatsby/content/features/plugins.md @@ -73,4 +73,6 @@ This is just a centralized list of third-party plugins to make discovery easier. - [**outdated**](https://github.com/mskelton/yarn-plugin-outdated) by [**Mark Skelton**](https://github.com/mskelton) - lists outdated dependencies similar to the Yarn 1.x `outdated` command +- [**engines**](https://github.com/devoto13/yarn-plugin-engines) by [**Yaroslav Admin**](https://github.com/devoto13) - enforces a Node version range specified in the `package.json`'s `engines.node` field + If you wrote a plugin yourself, feel free to [open a PR](https://github.com/yarnpkg/berry/edit/master/packages/gatsby/content/features/plugins.md) to add it at the end of this list!