diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/generate-code-contributors.ts | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/scripts/generate-code-contributors.ts b/scripts/generate-code-contributors.ts index 96110307a..0d6266056 100755 --- a/scripts/generate-code-contributors.ts +++ b/scripts/generate-code-contributors.ts | |||
@@ -35,8 +35,12 @@ async function run () { | |||
35 | 35 | ||
36 | { | 36 | { |
37 | console.log('\n\n# Design\n') | 37 | console.log('\n\n# Design\n') |
38 | console.log('By [Olivier Massain](https://twitter.com/omassain)\n') | 38 | console.log(' * [Olivier Massain](https://twitter.com/omassain)') |
39 | console.log('Icons from [Robbie Pearce](https://robbiepearce.com/softies/)') | 39 | |
40 | console.log('\n\n# Icons\n') | ||
41 | console.log(' * [Robbie Pearce](https://robbiepearce.com/softies/)') | ||
42 | console.log(' * [Fork-Awesome](https://github.com/ForkAwesome/Fork-Awesome)') | ||
43 | console.log(' * playlist add by Google') | ||
40 | } | 44 | } |
41 | } | 45 | } |
42 | 46 | ||