removed unused depdencnY

This commit is contained in:
2020-10-04 16:18:06 +02:00
parent 95c5205303
commit 123d55717c
3 changed files with 2 additions and 7 deletions

View File

@@ -14,6 +14,6 @@
- [ ] make it work decently for mobile! - [ ] make it work decently for mobile!
- [Plyr.js](https://github.com/sampotts/plyr#api) might help with this - [Plyr.js](https://github.com/sampotts/plyr#api) might help with this
- [Svelte Wrapper](https://github.com/benwoodward/svelte-plyr#readme) - [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) - [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)
- [ ] add "flat" drop shadow to progress bar and modules - [x] add "flat" drop shadow to progress bar and modules
- [ ] add a diagonally oriented aqua triangle at the upper right, as the logo - [ ] add a diagonally oriented aqua triangle at the upper right, as the logo

View File

@@ -94,10 +94,6 @@
"picomatch": "^2.2.2" "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": { "@types/color-name": {
"version": "1.1.1", "version": "1.1.1",
"resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz", "resolved": "https://registry.npmjs.org/@types/color-name/-/color-name-1.1.1.tgz",

View File

@@ -20,7 +20,6 @@
"svelte": "^3.0.0" "svelte": "^3.0.0"
}, },
"dependencies": { "dependencies": {
"@sveltecasts/svelte-youtube": "git+https://github.com/zevaverbach/svelte-youtube.git",
"g": "^2.0.1", "g": "^2.0.1",
"sirv-cli": "^1.0.0" "sirv-cli": "^1.0.0"
} }