Update site/scripts/get-contributors.js

pull/6352/head
Ben McCann 5 years ago committed by GitHub
parent c2288f8d4f
commit 83db8ecc43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ async function main() {
} }
const authors = contributors const authors = contributors
.filter(({ login }) => !login.includes('[bot]')) .filter(({ login }) => !login.includes('[bot]'))
.sort((a, b) => b.contributions - a.contributions); .sort((a, b) => b.contributions - a.contributions);
const sprite = new Jimp(SIZE * authors.length, SIZE); const sprite = new Jimp(SIZE * authors.length, SIZE);

Loading…
Cancel
Save