videojs update

This commit is contained in:
Kasper Moskwiak 2015-09-03 19:36:19 +02:00
parent 10735641e1
commit 8e856a8e12
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Video.js Resolution Switcher # Video.js Resolution Switcher
Resolution switcher for [video.js](https://github.com/videojs/video.js) build for [5.0.0-rc.59](https://github.com/videojs/video.js/tree/v5.0.0-rc.59) Resolution switcher for [video.js](https://github.com/videojs/video.js) build for [5.0.0-rc.72](https://github.com/videojs/video.js/tree/v5.0.0-rc.72)
## Getting Started ## Getting Started

View file

@ -20,10 +20,10 @@
"grunt-contrib-uglify": "^0.2", "grunt-contrib-uglify": "^0.2",
"grunt-contrib-watch": "^0.4", "grunt-contrib-watch": "^0.4",
"video.js": "^5.0.0-rc.59", "video.js": "^5.0.0-rc.72",
"qunitjs": "^1.12" "qunitjs": "^1.12"
}, },
"peerDependencies": { "peerDependencies": {
"video.js": "^5.0.0-rc.59" "video.js": "^5.0.0-rc.72"
} }
} }