59139145 by David LaPalomento

Update video.js dependency constraints

Use the carat operator to specify the video.js compatibility range, which means the HLS plugin is compatible with 4.x video.js releases.
1 parent 38fc46b8
...@@ -24,10 +24,10 @@ ...@@ -24,10 +24,10 @@
24 "grunt-open": "0.2.3", 24 "grunt-open": "0.2.3",
25 "grunt-shell": "0.6.1", 25 "grunt-shell": "0.6.1",
26 "grunt": "~0.4.1", 26 "grunt": "~0.4.1",
27 "video.js": "~4.4" 27 "video.js": "^4.5"
28 }, 28 },
29 "peerDependencies": { 29 "peerDependencies": {
30 "video.js": "~4.4" 30 "video.js": "^4.5"
31 }, 31 },
32 "dependencies": { 32 "dependencies": {
33 "videojs-contrib-media-sources": "git+https://github.com/videojs/videojs-contrib-media-sources.git" 33 "videojs-contrib-media-sources": "git+https://github.com/videojs/videojs-contrib-media-sources.git"
......