1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-17 21:18:27 +02:00

bower.json: Remove font files from main

Per https://github.com/bower/bower.json-spec/pull/43 :
> font files [...] are not `main` files as they are not entry-points.

(See also the new example in the spec)
This commit is contained in:
Chris Rebert 2015-05-12 19:30:50 -07:00
parent d8e7d13fd0
commit c740115821

View File

@ -4,11 +4,7 @@
"version": "5.0.0-13",
"main": [
"dist/video-js/video.js",
"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"
"dist/video-js/video-js.css"
],
"keywords": [
"videojs",