mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 17:59:42 +02:00
move plugin back to lib directory
This commit is contained in:
parent
8d2c34ec14
commit
9807328dc0
3 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
<script>
|
<script>
|
||||||
videojs.options.flash.swf = "node_modules/video.js/dist/video-js.swf"
|
videojs.options.flash.swf = "node_modules/video.js/dist/video-js.swf"
|
||||||
</script>
|
</script>
|
||||||
<script src="index.js"></script>
|
<script src="lib/videojs-resolution-switcher.js"></script>
|
||||||
<script>
|
<script>
|
||||||
// fire up the plugin
|
// fire up the plugin
|
||||||
videojs('video', {
|
videojs('video', {
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "videojs-resolution-switcher",
|
"name": "videojs-resolution-switcher",
|
||||||
"version": "0.1.1",
|
"version": "0.1.1",
|
||||||
|
"main": "./lib/videojs-resolution-switcher.js",
|
||||||
"author": "Kasper Moskwiak",
|
"author": "Kasper Moskwiak",
|
||||||
"description": "Resolution switcher for video.js 5",
|
"description": "Resolution switcher for video.js 5",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue