diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-23 12:02:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-23 12:02:15 +0200 |
commit | f79cfff2cb19b731eac7865a3bf90dbe80ca4669 (patch) | |
tree | 94719984bff42e18093cd7e34455371dedb1cfe1 /client/package.json | |
parent | a4f99a766bd07851a37dd7ff8fed7acc2a3ef021 (diff) | |
download | PeerTube-f79cfff2cb19b731eac7865a3bf90dbe80ca4669.tar.gz PeerTube-f79cfff2cb19b731eac7865a3bf90dbe80ca4669.tar.zst PeerTube-f79cfff2cb19b731eac7865a3bf90dbe80ca4669.zip |
Fix player with google bot
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index 82e3d9f8d..03d59ea58 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -24,7 +24,8 @@ | |||
24 | "license": "GPLv3", | 24 | "license": "GPLv3", |
25 | "resolutions": { | 25 | "resolutions": { |
26 | "videojs-dock/video.js": "^6", | 26 | "videojs-dock/video.js": "^6", |
27 | "webtorrent/create-torrent/junk": "^1" | 27 | "webtorrent/create-torrent/junk": "^1", |
28 | "simple-get": "^2.8.1" | ||
28 | }, | 29 | }, |
29 | "devDependencies": { | 30 | "devDependencies": { |
30 | "@angular-devkit/build-angular": "~0.6.1", | 31 | "@angular-devkit/build-angular": "~0.6.1", |