Skip to content

Commit 13579f3

Browse files
getlargematejchalk
authored andcommitted
Update plugin-js-packages example
`plugin` and `slug` were inverted.
1 parent f0265fd commit 13579f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/plugin-js-packages/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ It supports the following package managers:
7878
refs: [
7979
{
8080
type: 'group',
81-
plugin: 'npm-audit', // replace prefix with your package manager
82-
slug: 'js-packages',
81+
slug: 'npm-audit', // replace prefix with your package manager
82+
plugin: 'js-packages',
8383
weight: 1,
8484
},
8585
],
@@ -90,8 +90,8 @@ It supports the following package managers:
9090
refs: [
9191
{
9292
type: 'group',
93-
plugin: 'npm-outdated', // replace prefix with your package manager
94-
slug: 'js-packages',
93+
slug: 'npm-outdated', // replace prefix with your package manager
94+
plugin: 'js-packages',
9595
weight: 1,
9696
},
9797
// ...

0 commit comments

Comments
 (0)