Skip to content

Commit 0194b43

Browse files
committed
Update description and keywords
1 parent b2e280f commit 0194b43

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ReactPlayer
77
[![Test Coverage](https://img.shields.io/codecov/c/github/cookpete/react-player.svg)](https://codecov.io/gh/CookPete/react-player)
88
[![Donate](https://img.shields.io/badge/donate-PayPal-blue.svg)](https://paypal.me/ckpt)
99

10-
A react component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion.
10+
A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion.
1111

1212
The component parses a URL and loads in the appropriate markup and external SDKs to play media from [various sources](#supported-media). [Props](#props) can be passed in to control playback and react to events such as buffering or media ending.
1313

bower.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-player",
3-
"description": "A react component for playing a variety of URLs, including file paths, YouTube, SoundCloud, Streamable, Vimeo and Wistia",
3+
"description": "A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion",
44
"main": "dist/ReactPlayer.js",
55
"authors": [
66
"Pete Cook <pete@cookpete.com> (http://github.com/cookpete)"
@@ -13,10 +13,15 @@
1313
"video",
1414
"audio",
1515
"youtube",
16+
"facebook",
17+
"twitch",
1618
"soundcloud",
1719
"streamable",
1820
"vimeo",
1921
"wistia",
22+
"dailymotion",
23+
"hls",
24+
"dash",
2025
"react-component"
2126
],
2227
"homepage": "https://github.com/CookPete/react-player",
@@ -29,7 +34,7 @@
2934
"!package.json",
3035
"!CHANGELOG.md",
3136
"!README.md",
32-
"!LICENSE"
37+
"!LICENSE.md"
3338
],
3439
"dependencies": {
3540
"react": "*"

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-player",
33
"version": "1.0.0",
4-
"description": "A react component for playing a variety of URLs, including file paths, YouTube, Facebook, SoundCloud, Streamable, Vimeo and Wistia",
4+
"description": "A React component for playing a variety of URLs, including file paths, YouTube, Facebook, Twitch, SoundCloud, Streamable, Vimeo, Wistia and DailyMotion",
55
"main": "lib/ReactPlayer.js",
66
"typings": "index.d.ts",
77
"scripts": {
@@ -29,10 +29,15 @@
2929
"video",
3030
"audio",
3131
"youtube",
32+
"facebook",
33+
"twitch",
3234
"soundcloud",
3335
"streamable",
3436
"vimeo",
3537
"wistia",
38+
"dailymotion",
39+
"hls",
40+
"dash",
3641
"react-component"
3742
],
3843
"author": "Pete Cook <pete@cookpete.com> (http://github.com/cookpete)",

0 commit comments

Comments
 (0)