Files
angular-challenges/.github/github-action/contributors.js
2024-04-17 21:45:41 +02:00

17 lines
210 B
JavaScript

const contributors = [
'tomalaforge',
'alcaidio',
'svenson95',
'jdegand',
'DeveshChau',
'stillst',
'wandri',
'webbomj',
'kabrunko-dev',
'Sanjar1304'
];
module.exports = {
contributors
};