]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/server-commands/server/plugins-command.ts
Implement avatar miniatures (#4639)
[github/Chocobozzz/PeerTube.git] / shared / server-commands / server / plugins-command.ts
index 1c44711da8a969259e48b80146bd459a32385039..bb1277a7c0ba3b501ae91d9376e15f5eb9c5c962 100644 (file)
@@ -8,7 +8,7 @@ import {
   PeerTubePlugin,
   PeerTubePluginIndex,
   PeertubePluginIndexList,
-  PluginPackageJson,
+  PluginPackageJSON,
   PluginTranslation,
   PluginType,
   PublicServerSetting,
@@ -245,7 +245,7 @@ export class PluginsCommand extends AbstractCommand {
     return writeJSON(path, json)
   }
 
-  getPackageJSON (npmName: string): Promise<PluginPackageJson> {
+  getPackageJSON (npmName: string): Promise<PluginPackageJSON> {
     const path = this.getPackageJSONPath(npmName)
 
     return readJSON(path)