From 5eac36a0c94689bfe6c5026be1d2abb399abd59f Mon Sep 17 00:00:00 2001 From: Kasper Moskwiak Date: Tue, 29 Sep 2015 20:59:10 +0200 Subject: [PATCH] videojs 5 --- README.md | 2 +- package.json | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f31f969..1647872 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Video.js Resolution Switcher -Resolution switcher for [video.js](https://github.com/videojs/video.js) build for [5.0.0-rc.101](https://github.com/videojs/video.js/tree/v5.0.0-rc.101) +Resolution switcher for [video.js v5](https://github.com/videojs/video.js) ## Getting Started diff --git a/package.json b/package.json index b01c2b5..a7be099 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,10 @@ "html5", "flash", "video", - "player" + "player", + "resolution", + "source", + "videojs-plugin" ], "dependencies": {}, "devDependencies": { @@ -20,10 +23,10 @@ "grunt-contrib-uglify": "^0.2", "grunt-contrib-watch": "^0.4", - "video.js": "^5.0.0-rc.101", + "video.js": "^5.0.0", "qunitjs": "^1.12" }, "peerDependencies": { - "video.js": "^5.0.0-rc.101" + "video.js": "^5.0.0" } }