Skip to content

Commit

Permalink
exclude video.js >= v5.0.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Oct 4, 2015
1 parent b4860c0 commit 0635fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"examples"
],
"dependencies": {
"video.js": ">=4.7.3",
"video.js": ">=4.7.3 < 5.0.0",
"wavesurfer.js": ">=1.0.16"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"player"
],
"dependencies": {
"video.js": ">=4.7.3",
"video.js": ">=4.7.3 < 5.0.0",
"wavesurfer.js": ">=1.0.16"
},
"devDependencies": {
Expand Down

0 comments on commit 0635fdb

Please sign in to comment.