From 123d55717c12d2e0426704043b50ae54cedc5b99 Mon Sep 17 00:00:00 2001 From: zevav Date: Sun, 4 Oct 2020 16:18:06 +0200 Subject: [PATCH] removed unused depdencnY --- modulearn/TODO.md | 4 ++-- modulearn/package-lock.json | 4 ---- modulearn/package.json | 1 - 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/modulearn/TODO.md b/modulearn/TODO.md index e3c5048..15aed48 100644 --- a/modulearn/TODO.md +++ b/modulearn/TODO.md @@ -14,6 +14,6 @@ - [ ] make it work decently for mobile! - [Plyr.js](https://github.com/sampotts/plyr#api) might help with this - [Svelte Wrapper](https://github.com/benwoodward/svelte-plyr#readme) -- [ ] either don't allow going before the first module, or fix it so that the first module isn't highlighted when watching the pre-module content (first solution is easier) -- [ ] add "flat" drop shadow to progress bar and modules +- [x] either don't allow going before the first module, or fix it so that the first module isn't highlighted when watching the pre-module content (first solution is easier) +- [x] add "flat" drop shadow to progress bar and modules - [ ] add a diagonally oriented aqua triangle at the upper right, as the logo diff --git a/modulearn/package-lock.json b/modulearn/package-lock.json index 3b5ab79..d81c9b9 100644 --- a/modulearn/package-lock.json +++ b/modulearn/package-lock.json @@ -94,10 +94,6 @@ "picomatch": "^2.2.2" } }, - "@sveltecasts/svelte-youtube": { - "version": "git+https://github.com/zevaverbach/svelte-youtube.git#08264b28c00e74a9bfd60dc2dace4ac935882af4", - "from": "git+https://github.com/zevaverbach/svelte-youtube.git" - }, "@types/color-name": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", diff --git a/modulearn/package.json b/modulearn/package.json index 6ba6771..a8fcc53 100644 --- a/modulearn/package.json +++ b/modulearn/package.json @@ -20,7 +20,6 @@ "svelte": "^3.0.0" }, "dependencies": { - "@sveltecasts/svelte-youtube": "git+https://github.com/zevaverbach/svelte-youtube.git", "g": "^2.0.1", "sirv-cli": "^1.0.0" }