diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-05 15:28:49 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-24 10:58:16 +0200 |
commit | f023a19c3eeeea2b014b47fae522a62eab320048 (patch) | |
tree | 988ff97432663db928f1e3e3f498da856e739de1 /shared/models/plugins/plugin-package-json.model.ts | |
parent | 345da516fae80f24c90c2196e96393b489af2243 (diff) | |
download | PeerTube-f023a19c3eeeea2b014b47fae522a62eab320048.tar.gz PeerTube-f023a19c3eeeea2b014b47fae522a62eab320048.tar.zst PeerTube-f023a19c3eeeea2b014b47fae522a62eab320048.zip |
WIP plugins: install/uninstall
Diffstat (limited to 'shared/models/plugins/plugin-package-json.model.ts')
-rw-r--r-- | shared/models/plugins/plugin-package-json.model.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/plugins/plugin-package-json.model.ts b/shared/models/plugins/plugin-package-json.model.ts index 4520ee181..d5aa90179 100644 --- a/shared/models/plugins/plugin-package-json.model.ts +++ b/shared/models/plugins/plugin-package-json.model.ts | |||
@@ -1,5 +1,6 @@ | |||
1 | export type PluginPackageJson = { | 1 | export type PluginPackageJson = { |
2 | name: string | 2 | name: string |
3 | version: string | ||
3 | description: string | 4 | description: string |
4 | engine: { peertube: string }, | 5 | engine: { peertube: string }, |
5 | 6 | ||