Browse Source

Try using peerDependencies for video.js

Clean up deps in package.json. Having video.js as a peer dependency seems like the right way of expressing the relationship so give that a shot.
pull/80/head
David LaPalomento 12 years ago
parent
commit
d9dab3016d
  1. 8
      package.json

8
package.json

@ -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"
}
}
Loading…
Cancel
Save