aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-17 15:00:46 +0200
committerChocobozzz <me@florianbigard.com>2018-09-17 15:01:04 +0200
commitb335ccec49b450052e3520f66f9acb6670e669f8 (patch)
tree87099007da9f812621904a474f8a10085b3a1653 /package.json
parentc07b6041111daa6dd5d611f31e31819db5992ba8 (diff)
downloadPeerTube-b335ccec49b450052e3520f66f9acb6670e669f8.tar.gz
PeerTube-b335ccec49b450052e3520f66f9acb6670e669f8.tar.zst
PeerTube-b335ccec49b450052e3520f66f9acb6670e669f8.zip
Fix ios player playback/subtitles menu
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 1cb5be181..53e07a72b 100644
--- a/package.json
+++ b/package.json
@@ -70,7 +70,7 @@
70 }, 70 },
71 "lint-staged": { 71 "lint-staged": {
72 "*.scss": [ 72 "*.scss": [
73 "sass-lint -c .sass-lint.yml", 73 "sass-lint -c client/.sass-lint.yml",
74 "git add" 74 "git add"
75 ] 75 ]
76 }, 76 },