move plugin back to lib directory

This commit is contained in:
Kasper Moskwiak 2015-10-18 00:18:56 +02:00
parent 8d2c34ec14
commit 9807328dc0
3 changed files with 2 additions and 1 deletions

View file

@ -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', {

View file

@ -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": {