From 0ab66701bf31be2232b469dc072c9b1c09336ef2 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Sat, 5 Nov 2022 22:49:56 +0300 Subject: [PATCH] Remove 10.7 dependencies --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 6e0d802..1b66183 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ _Also look [Wiki](https://github.com/jellyfin/jellyfin-tizen/wiki)._ * Tizen Studio with IDE or Tizen Studio with CLI (https://developer.tizen.org/development/tizen-studio/download) * Git * Node.js 14+ -* Yarn (for jellyfin-web 10.7 and lower) * Samsung account ### Getting Started @@ -34,14 +33,6 @@ cd jellyfin-web SKIP_PREPARE=1 npm ci --no-audit npm run build:production ``` -
- For 10.7 and lower - -```sh -cd jellyfin-web -yarn install --frozen-lockfile -``` -
> You should get `jellyfin-web/dist/` directory.