Skip to content

Commit

Permalink
We might want to change this too
Browse files Browse the repository at this point in the history
  • Loading branch information
notatestuser committed Aug 15, 2016
1 parent 63403c6 commit c3d07a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/plugins/hain-package-manager/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ module.exports = (context) => {
const newestPkgNames = newestPackages.map(x => x.name);
const popularPackages = lo_reject(packages, x => newestPkgNames.indexOf(x.name) >= 0);

const popularResults = _toSearchResults('install', popularPackages, 'Popular (Monthly)');
const popularResults = _toSearchResults('install', popularPackages, 'Popular');
const newestResults = _toSearchResults('install', newestPackages, 'Newest');
return newestResults.concat(popularResults);
}
Expand Down

0 comments on commit c3d07a3

Please sign in to comment.