aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-07-06 14:39:39 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-07-06 14:39:39 +0200
commit80624154988f6270a353269c5e76f334e631b349 (patch)
tree146b590a5e0c68acddda38fb31173e47820c04ec /package.json
parent6fcd19ba737f1f5614a56c6925adb882dea43b8d (diff)
downloadPeerTube-80624154988f6270a353269c5e76f334e631b349.tar.gz
PeerTube-80624154988f6270a353269c5e76f334e631b349.tar.zst
PeerTube-80624154988f6270a353269c5e76f334e631b349.zip
Update videojs -> 6
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index b3ea40ad3..b875f5c26 100644
--- a/package.json
+++ b/package.json
@@ -20,8 +20,8 @@
20 "build": "SCRIPTY_PARALLEL=true scripty", 20 "build": "SCRIPTY_PARALLEL=true scripty",
21 "build:server": "scripty", 21 "build:server": "scripty",
22 "build:client": "scripty", 22 "build:client": "scripty",
23 "clean": "npm run clean:client",
24 "clean:client": "scripty", 23 "clean:client": "scripty",
24 "clean:server": "scripty",
25 "clean:server:test": "scripty", 25 "clean:server:test": "scripty",
26 "watch:client": "scripty", 26 "watch:client": "scripty",
27 "watch:server": "scripty", 27 "watch:server": "scripty",