We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0265fd commit 13579f3Copy full SHA for 13579f3
packages/plugin-js-packages/README.md
@@ -78,8 +78,8 @@ It supports the following package managers:
78
refs: [
79
{
80
type: 'group',
81
- plugin: 'npm-audit', // replace prefix with your package manager
82
- slug: 'js-packages',
+ slug: 'npm-audit', // replace prefix with your package manager
+ plugin: 'js-packages',
83
weight: 1,
84
},
85
],
@@ -90,8 +90,8 @@ It supports the following package managers:
90
91
92
93
- plugin: 'npm-outdated', // replace prefix with your package manager
94
+ slug: 'npm-outdated', // replace prefix with your package manager
95
96
97
// ...
0 commit comments