From 13579f3b95c63790e448b3f94fce19cda1526bd1 Mon Sep 17 00:00:00 2001 From: Edouard Maleix Date: Thu, 28 Nov 2024 18:08:34 +0100 Subject: [PATCH] Update plugin-js-packages example `plugin` and `slug` were inverted. --- packages/plugin-js-packages/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/plugin-js-packages/README.md b/packages/plugin-js-packages/README.md index 2dad00eb6..0bc12de9f 100644 --- a/packages/plugin-js-packages/README.md +++ b/packages/plugin-js-packages/README.md @@ -78,8 +78,8 @@ It supports the following package managers: refs: [ { type: 'group', - plugin: 'npm-audit', // replace prefix with your package manager - slug: 'js-packages', + slug: 'npm-audit', // replace prefix with your package manager + plugin: 'js-packages', weight: 1, }, ], @@ -90,8 +90,8 @@ It supports the following package managers: refs: [ { type: 'group', - plugin: 'npm-outdated', // replace prefix with your package manager - slug: 'js-packages', + slug: 'npm-outdated', // replace prefix with your package manager + plugin: 'js-packages', weight: 1, }, // ...