1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00

Update to bower.json

Added fonts to bower.json in order to work with bower-main-files plugin, you can tell the plugin if you don't want stuff, but you can't say include XYZ, besides fonts are being used in the css.
This commit is contained in:
Victor D'Agata 2014-11-19 18:56:34 -05:00
parent caf44a4ad3
commit d6cf3c0d84

View File

@ -4,7 +4,11 @@
"version": "4.10.2",
"main": [
"dist/video-js/video.js",
"dist/video-js/video-js.css"
"dist/video-js/video-js.css",
"dist/video-js/font/vjs.eot",
"dist/video-js/font/vjs.svg",
"dist/video-js/font/vjs.ttf",
"dist/video-js/font/vjs.woff"
],
"keywords": [
"videojs",