Skip to content

Commit

Permalink
. (#1)
Browse files Browse the repository at this point in the history
* Allow video js 6 to be used (videojs#25)

* Update changelog

* 2.0.4

* Update dependencies to enable Greenkeeper 🌴 (videojs#26)
  • Loading branch information
volkirik committed Jun 3, 2018
1 parent 415d9dd commit dd73d34
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ _(none)_

--------------------

## 2.0.4 (2018-01-22)
* Allow video js 6 to be used (#25)

## 2.0.3 (2017-02-09)
* chore: video.js 5/6 compatibility and travis update (#12)

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# videojs-contrib-quality-levels

[![Greenkeeper badge](https://badges.greenkeeper.io/videojs/videojs-contrib-quality-levels.svg)](https://greenkeeper.io/)

Exposes a list of quality levels available for the source.

## Table of Contents
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-contrib-quality-levels",
"version": "2.0.3",
"version": "2.0.4",
"description": "Exposes a list of quality levels available for the source.",
"main": "es5/plugin.js",
"jsnext:main": "src/plugin.js",
Expand Down Expand Up @@ -82,7 +82,7 @@
"dependencies": {
"browserify-versionify": "^1.0.6",
"global": "^4.3.1",
"video.js": "^5.10.1"
"video.js": "^5.10.1 || ^6.2.0"
},
"devDependencies": {
"babel-cli": "^6.14.0",
Expand Down

0 comments on commit dd73d34

Please sign in to comment.