diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/generate-code-contributors.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/generate-code-contributors.ts b/scripts/generate-code-contributors.ts index 7a43ba448..7bc3b84dd 100755 --- a/scripts/generate-code-contributors.ts +++ b/scripts/generate-code-contributors.ts | |||
@@ -33,7 +33,8 @@ async function run () { | |||
33 | console.log('\n\n# Icons\n') | 33 | console.log('\n\n# Icons\n') |
34 | console.log(' * [Robbie Pearce](https://robbiepearce.com/softies/)') | 34 | console.log(' * [Robbie Pearce](https://robbiepearce.com/softies/)') |
35 | console.log(' * [Fork-Awesome](https://github.com/ForkAwesome/Fork-Awesome)') | 35 | console.log(' * [Fork-Awesome](https://github.com/ForkAwesome/Fork-Awesome)') |
36 | console.log(' * playlist add by Material UI') | 36 | console.log(' * `playlist add` by Material UI') |
37 | console.log(' * `language` by Aaron Jin') | ||
37 | } | 38 | } |
38 | } | 39 | } |
39 | 40 | ||