зеркало из
1
0
Форкнуть 0
This commit is contained in:
Zeke Sikelianos 2016-12-14 19:53:10 -08:00
Родитель 76ab44b06b
Коммит 31ca62f7e6
1 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -80,13 +80,13 @@ function finish () {
}).save()
new Report({
slug: 'starred_apps',
title: 'Starred Apps',
description: 'Electron apps (that are not npm packages) with numerous stargazers.',
collectionType: 'Repository',
collection: repos
.filter(repo => !allPackageRepoUrls.includes(repo.htmlUrl))
.sort((a, b) => b.stargazersCount - a.stargazersCount)
slug: 'starred_apps',
title: 'Starred Apps',
description: 'Electron apps (that are not npm packages) with numerous stargazers.',
collectionType: 'Repository',
collection: repos
.filter(repo => !allPackageRepoUrls.includes(repo.htmlUrl))
.sort((a, b) => b.stargazersCount - a.stargazersCount)
}).save()
// TODO: 'Popular Low-level Development Dependencies'