Skip to content

Commit 39fd73f

Browse files
gesingergkatsev
authored andcommitted
docs: remove mentions of bower support (videojs#4274)
Since video.js 6 no longer officially supports bower (videojs#4012), remove some old mentions in the docs of bower.
1 parent 92e5d9f commit 39fd73f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

COLLABORATOR_GUIDE.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ git reset --hard upstream/master
261261
262262
Releasing video.js is partially automated through [`conrib.json`](/contrib.json) scripts. To do a release, you need a couple of things: npm access, GitHub personal access token.
263263
264-
Releases in video.js are done on npm and bower and GitHub and eventually posted on the CDN. This is the instruction for the npm/bower/GitHub releases.
264+
Releases in video.js are done on npm and GitHub and eventually posted on the CDN. These
265+
are the instructions for the npm/GitHub releases.
265266
266267
When we do a release, we release it as a `next` tag on npm first and then at least a week later, we promote this release to `latest` on npm.
267268

docs/guides/faq.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,15 @@ video.js is an extendable framework/library around the native video element. It
5959

6060
## Q: How do I install video.js?
6161

62-
Currently video.js can be installed using bower, npm, serving a release file from
62+
Currently video.js can be installed using npm, serving a release file from
6363
a github tag, or even using a CDN hosted version. For information on doing any of those
6464
see the [install guide][install-guide].
6565

6666
## Q: Is video.js on bower?
6767

68-
Yes! See the [install guide][install-guide] for more information.
68+
Versions prior to video.js 6 do support bower, however, as of video.js 6, bower is no
69+
longer officially supported. Please see https://github.com/videojs/video.js/issues/4012
70+
for more information.
6971

7072
## Q: What do video.js version numbers mean?
7173

docs/guides/setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## Getting Video.js
1616

17-
Video.js is officially available via CDN, npm, and Bower.
17+
Video.js is officially available via CDN and npm.
1818

1919
Video.js works out of the box with not only HTML `<script>` and `<link>` tags, but also all major bundlers/packagers/builders, such as Browserify, Node, WebPack, etc.
2020

0 commit comments

Comments
 (0)