Skip to content

Commit

Permalink
Update plugin-js-packages example
Browse files Browse the repository at this point in the history
`plugin` and `slug` were inverted.
  • Loading branch information
getlarge authored and matejchalk committed Nov 28, 2024
1 parent f0265fd commit 13579f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/plugin-js-packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
Expand All @@ -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,
},
// ...
Expand Down

0 comments on commit 13579f3

Please sign in to comment.