mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 09:49:21 +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>
|
||||
videojs.options.flash.swf = "node_modules/video.js/dist/video-js.swf"
|
||||
</script>
|
||||
<script src="index.js"></script>
|
||||
<script src="lib/videojs-resolution-switcher.js"></script>
|
||||
<script>
|
||||
// fire up the plugin
|
||||
videojs('video', {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "videojs-resolution-switcher",
|
||||
"version": "0.1.1",
|
||||
"main": "./lib/videojs-resolution-switcher.js",
|
||||
"author": "Kasper Moskwiak",
|
||||
"description": "Resolution switcher for video.js 5",
|
||||
"repository": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue