aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-08-27 11:30:08 +0200
committerChocobozzz <me@florianbigard.com>2021-08-27 11:30:08 +0200
commit40e7ed0714f96c01e16de3ac971a4b28116294e1 (patch)
tree25eb3caff6a10a96d693399d98912f9ec76d2835 /client/package.json
parent6d94d8662f77ce3b437f8402413dc9d9a740ed97 (diff)
downloadPeerTube-40e7ed0714f96c01e16de3ac971a4b28116294e1.tar.gz
PeerTube-40e7ed0714f96c01e16de3ac971a4b28116294e1.tar.zst
PeerTube-40e7ed0714f96c01e16de3ac971a4b28116294e1.zip
Try to fix weird CI test crashes
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json
index 0b70b2f90..9f84a1ee8 100644
--- a/client/package.json
+++ b/client/package.json
@@ -134,5 +134,8 @@
134 "webtorrent": "^1.3.8", 134 "webtorrent": "^1.3.8",
135 "whatwg-fetch": "^3.0.0", 135 "whatwg-fetch": "^3.0.0",
136 "zone.js": "~0.11.4" 136 "zone.js": "~0.11.4"
137 },
138 "dependencies": {
139 "webpack": "^5.51.1"
137 } 140 }
138} 141}