Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
45bfb9fc
authored
2014-03-26 10:34:55 -0700
by
Tom Johnson
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #33 from videojs/hotfix/peer-deps
Try using peerDependencies for video.js
2 parents
8fbb05f0
d9b8b6cc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
example.html
package.json
example.html
View file @
45bfb9f
...
...
@@ -61,7 +61,7 @@
type=
"application/x-mpegURL"
>
</video>
<script>
videojs
.
options
.
flash
.
swf
=
'node_modules/video
js-swf/dist
/video-js.swf'
;
videojs
.
options
.
flash
.
swf
=
'node_modules/video
.js/dist/video-js
/video-js.swf'
;
// initialize the player
var
player
=
videojs
(
'video'
);
...
...
package.json
View file @
45bfb9f
...
...
@@ -23,11 +23,13 @@
"grunt-concurrent"
:
"0.4.3"
,
"grunt-open"
:
"0.2.3"
,
"grunt-shell"
:
"0.6.1"
,
"grunt"
:
"~0.4.1"
"grunt"
:
"~0.4.1"
,
"video.js"
:
"~4.4"
},
"peerDependencies"
:
{
"video.js"
:
"~4.4"
},
"dependencies"
:
{
"video.js"
:
"git+https://github.com/videojs/video.js.git#v4.4.1"
,
"videojs-swf"
:
"git+https://github.com/videojs/video-js-swf.git#v4.4.0"
,
"videojs-contrib-media-sources"
:
"git+https://github.com/videojs/videojs-contrib-media-sources.git"
}
}
...
...
Please
register
or
sign in
to post a comment