From f6ab6db706113d9101e6d6cbb8c5c0a4ba244422 Mon Sep 17 00:00:00 2001 From: Oliver Salzburg Date: Thu, 14 Apr 2022 16:17:14 +0200 Subject: [PATCH] docs: Fix plugin author name --- packages/gatsby/content/features/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/content/features/plugins.md b/packages/gatsby/content/features/plugins.md index e57623f757ae..88e5c61cf5d8 100644 --- a/packages/gatsby/content/features/plugins.md +++ b/packages/gatsby/content/features/plugins.md @@ -63,7 +63,7 @@ This is just a centralized list of third-party plugins to make discovery easier. - [**yarn.build**](https://yarn.build/) by [**Owen Kelly**](https://github.com/ojkelly/yarn.build) - monorepo tooling that leverages Yarn's dependency graph to run `build` and `test` on whats changed in parallel as fast as possible. It also includes a command to `bundle` them up into deployable apps for Docker, AWS Lambda, or any other server. Each command is also available as an individual plugin. -- [**package-yaml**](https://github.com/ojkelly/yarn.build#plugin-package-yaml) by [**yarn.build**](https://github.com/ojkelly/yarn.build) - per package opt-in to transparently using `package.yml` instead of `package.json` +- [**package-yaml**](https://github.com/ojkelly/yarn.build#plugin-package-yaml) by [**Owen Kelly**](https://github.com/ojkelly/yarn.build) - per package opt-in to transparently using `package.yml` instead of `package.json` - [**licenses**](https://github.com/tophat/yarn-plugin-licenses) by [**Noah Negin-Ulster**](https://noahnu.com/) - audit direct and indirect dependency licenses to ensure compliance