]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/generate-code-contributors.ts
Fix lint
[github/Chocobozzz/PeerTube.git] / scripts / generate-code-contributors.ts
index 935ed3c5a5910bdb22ab6bc952919bc8e1bd147e..5357daf0451b96c943cda3cb7928eb0e4434c018 100755 (executable)
@@ -1,7 +1,4 @@
-import { registerTSPaths } from '../server/helpers/register-ts-paths'
-registerTSPaths()
-
-import { CLICommand } from '@shared/extra-utils'
+import { CLICommand } from '@shared/server-commands'
 
 run()
   .then(() => process.exit(0))
@@ -31,7 +28,7 @@ async function run () {
 
     console.log('\n\n# Icons\n')
     console.log(' * [Feather Icons](https://feathericons.com) (MIT)')
-    console.log(' * `playlist add`, `history`, `subscriptions`, `miscellaneous-services.svg` by Material UI (Apache 2.0)')
+    console.log(' * `playlist add`, `history`, `subscriptions`, `miscellaneous-services.svg`, `tip` by Material UI (Apache 2.0)')
     console.log(' * `support` by Chocobozzz (CC-BY)')
     console.log(' * `language` by Aaron Jin (CC-BY)')
     console.log(' * `video-language` by Rigel Kent (CC-BY)')
@@ -193,6 +190,9 @@ function getContributorsBlacklist () {
   return {
     'Bigard Florian': true,
     'chocobozzz': true,
-    'Rigel': true
+    'Rigel': true,
+
+    // Requested by the contributor
+    'Marcel Cramm': true
   }
 }