diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-12 11:39:58 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-24 10:58:16 +0200 |
commit | b5f919ac8eb2a1c20e26582fdfd377d687710d8f (patch) | |
tree | 5ec28be6f750f54bba560803ddba681103c2d82e /package.json | |
parent | 8d2be0ed7bb87283a1ec98609df6b82d83db706a (diff) | |
download | PeerTube-b5f919ac8eb2a1c20e26582fdfd377d687710d8f.tar.gz PeerTube-b5f919ac8eb2a1c20e26582fdfd377d687710d8f.tar.zst PeerTube-b5f919ac8eb2a1c20e26582fdfd377d687710d8f.zip |
WIP plugins: update plugin
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 306476c6a..7811e0f39 100644 --- a/package.json +++ b/package.json | |||
@@ -36,6 +36,8 @@ | |||
36 | "danger:clean:prod": "scripty", | 36 | "danger:clean:prod": "scripty", |
37 | "danger:clean:modules": "scripty", | 37 | "danger:clean:modules": "scripty", |
38 | "i18n:generate": "scripty", | 38 | "i18n:generate": "scripty", |
39 | "plugin:install": "node ./dist/scripts/plugin/install.js", | ||
40 | "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js", | ||
39 | "i18n:xliff2json": "node ./dist/scripts/i18n/xliff2json.js", | 41 | "i18n:xliff2json": "node ./dist/scripts/i18n/xliff2json.js", |
40 | "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js", | 42 | "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js", |
41 | "reset-password": "node ./dist/scripts/reset-password.js", | 43 | "reset-password": "node ./dist/scripts/reset-password.js", |