forked from video-dev/hls.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request video-dev#1035 from video-dev/from-dailymotion-to-…
…beyond Updates following hls.js transfer from dailymotion to video-dev organization
- Loading branch information
Showing
11 changed files
with
25 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,11 @@ | |
"version": "0.7.3", | ||
"license": "Apache-2.0", | ||
"description": "Media Source Extension - HLS library, by/for Dailymotion", | ||
"homepage": "https://github.com/dailymotion/hls.js", | ||
"homepage": "https://github.com/video-dev/hls.js", | ||
"authors": [ | ||
"Guillaume du Pontavice <[email protected]>" | ||
], | ||
"main": "dist/hls.js", | ||
"private": false, | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,17 @@ | |
"name": "hls.js", | ||
"version": "0.7.3", | ||
"license": "Apache-2.0", | ||
"description": "Media Source Extension - HLS library, by/for Dailymotion", | ||
"homepage": "https://github.com/dailymotion/hls.js", | ||
"description": "JavaScript HLS client using MediaSourceExtension", | ||
"homepage": "https://github.com/video-dev/hls.js", | ||
"authors": "Guillaume du Pontavice <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dailymotion/hls.js" | ||
"url": "https://github.com/video-dev/hls.js" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/dailymotion/hls.js/issues" | ||
"url": "https://github.com/video-dev/hls.js/issues" | ||
}, | ||
"main": "./dist/hls.js", | ||
"private": false, | ||
"scripts": { | ||
"build": "npm run buildlib && rimraf dist/* && npm run builddist && npm run builddistlight", | ||
"buildlib": "rimraf lib/* && babel src --out-dir lib", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters