From 87346d5feb99fd0ada398d7ed79f8c69d9d83259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=C3=ADn=20K=C5=99=C3=AD=C5=BE?= <15214494+antoninkriz@users.noreply.github.com> Date: Thu, 20 Jan 2022 00:38:16 +0100 Subject: [PATCH] Reflected changes from last commit to README.md and Viewer's yarn lockfile --- README.md | 2 +- Viewer/.gitignore | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f49881..78f6c9f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ New Time Tables Generator for CTU (CVUT). * [GCC](https://gcc.gnu.org/) 7.5+ (`sudo apt-get install gcc g++`) * [CMake](https://cmake.org/) 3.17+ (how to install on Ubuntu [here](https://askubuntu.com/questions/829310/how-to-upgrade-cmake-in-ubuntu)) * [Python 3.8+](https://www.python.org/) (how to install on Ubuntu [here](https://linuxize.com/post/how-to-install-python-3-8-on-ubuntu-18-04/)) -* [Node.js](https://nodejs.org/) 12+ (how to install on Ubuntu [here](https://linuxize.com/post/how-to-install-node-js-on-ubuntu-20-04/#installing-nodejs-and-npm-from-nodesource)) +* [Node.js](https://nodejs.org/) 16+ (how to install on Ubuntu [here](https://linuxize.com/post/how-to-install-node-js-on-ubuntu-20-04/#installing-nodejs-and-npm-from-nodesource)) * [Yarn](https://yarnpkg.com/) (how to install on Ubutu [here](https://classic.yarnpkg.com/en/docs/install/#debian-stable)) ### Get Siriuis Time Table API credentials diff --git a/Viewer/.gitignore b/Viewer/.gitignore index 9db2c4c..448863b 100644 --- a/Viewer/.gitignore +++ b/Viewer/.gitignore @@ -4,8 +4,6 @@ /node_modules /.pnp .pnp.js -yarn.lock -package-lock.json # testing /coverage