Skip to content

Commit

Permalink
Those packages not yet published should not be available
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSurgisonGDS committed Jan 20, 2023
1 parent b32726b commit 8656cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manage-prototype-handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ async function prepareForPluginPage () {
all.forEach(packageInfo => {
if (packageInfo.installedVersion) {
installedOut.plugins.push(packageInfo)
} else {
} else if (packageInfo.latestVersion) {
availableOut.plugins.push(packageInfo)
}
})
Expand Down

0 comments on commit 8656cb3

Please sign in to comment.