diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-26 16:17:37 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-26 16:17:51 +0200 |
commit | 615836dbd4f48fc563551446529fa9d3b14dc329 (patch) | |
tree | 3b1ce46fe2c6590ebe95d62ef928def75fbf48e0 /client/src | |
parent | 605450a6f716ce73efcc5447d533de490a97d48c (diff) | |
download | PeerTube-615836dbd4f48fc563551446529fa9d3b14dc329.tar.gz PeerTube-615836dbd4f48fc563551446529fa9d3b14dc329.tar.zst PeerTube-615836dbd4f48fc563551446529fa9d3b14dc329.zip |
@peertube/embed-api 0.0.
5
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/standalone/player/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/standalone/player/package.json b/client/src/standalone/player/package.json index 78b3cd93f..ca50da926 100644 --- a/client/src/standalone/player/package.json +++ b/client/src/standalone/player/package.json | |||
@@ -1,7 +1,7 @@ | |||
1 | { | 1 | { |
2 | "name": "@peertube/embed-api", | 2 | "name": "@peertube/embed-api", |
3 | "private": false, | 3 | "private": false, |
4 | "version": "0.0.4", | 4 | "version": "0.0.5", |
5 | "description": "API to communicate with the PeerTube player embed", | 5 | "description": "API to communicate with the PeerTube player embed", |
6 | "scripts": { | 6 | "scripts": { |
7 | "build": "../../../node_modules/.bin/tsc && ../../../node_modules/.bin/webpack --mode production --config ./webpack.config.js" | 7 | "build": "../../../node_modules/.bin/tsc && ../../../node_modules/.bin/webpack --mode production --config ./webpack.config.js" |