update videojs to 5.0.0-rc.90

This commit is contained in:
Kasper Moskwiak 2015-09-16 18:59:33 +02:00
parent 66ea5a7d9c
commit baf3f1340e
2 changed files with 2 additions and 3 deletions

View file

@ -23,7 +23,6 @@
.vjs-resolution-button ul.vjs-menu-content {
width: 4em !important;
right: -7em !important;
}
.vjs-resolution-button .vjs-menu {

View file

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