mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-11 05:13:02 -05:00
20 lines
265 B
JavaScript
20 lines
265 B
JavaScript
const contributors = [
|
|
'tomalaforge',
|
|
'alcaidio',
|
|
'svenson95',
|
|
'jdegand',
|
|
'DeveshChau',
|
|
'stillst',
|
|
'wandri',
|
|
'webbomj',
|
|
'kabrunko-dev',
|
|
'Sanjar1304',
|
|
];
|
|
|
|
const sponsors = ['ddotx', 'LMFinney'];
|
|
|
|
module.exports = {
|
|
contributors,
|
|
sponsors,
|
|
};
|