standardize
This commit is contained in:
Родитель
76ab44b06b
Коммит
31ca62f7e6
14
bin/build.js
14
bin/build.js
|
@ -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'
|
||||
|
|
Загрузка…
Ссылка в новой задаче