diff options
Diffstat (limited to 'shared/server-commands/server/plugins-command.ts')
-rw-r--r-- | shared/server-commands/server/plugins-command.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/server-commands/server/plugins-command.ts b/shared/server-commands/server/plugins-command.ts index 1c44711da..bb1277a7c 100644 --- a/shared/server-commands/server/plugins-command.ts +++ b/shared/server-commands/server/plugins-command.ts | |||
@@ -8,7 +8,7 @@ import { | |||
8 | PeerTubePlugin, | 8 | PeerTubePlugin, |
9 | PeerTubePluginIndex, | 9 | PeerTubePluginIndex, |
10 | PeertubePluginIndexList, | 10 | PeertubePluginIndexList, |
11 | PluginPackageJson, | 11 | PluginPackageJSON, |
12 | PluginTranslation, | 12 | PluginTranslation, |
13 | PluginType, | 13 | PluginType, |
14 | PublicServerSetting, | 14 | PublicServerSetting, |
@@ -245,7 +245,7 @@ export class PluginsCommand extends AbstractCommand { | |||
245 | return writeJSON(path, json) | 245 | return writeJSON(path, json) |
246 | } | 246 | } |
247 | 247 | ||
248 | getPackageJSON (npmName: string): Promise<PluginPackageJson> { | 248 | getPackageJSON (npmName: string): Promise<PluginPackageJSON> { |
249 | const path = this.getPackageJSONPath(npmName) | 249 | const path = this.getPackageJSONPath(npmName) |
250 | 250 | ||
251 | return readJSON(path) | 251 | return readJSON(path) |