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.
Update GitHub links according to the video-dev transfer
- Loading branch information
Showing
10 changed files
with
23 additions
and
25 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
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 |
---|---|---|
|
@@ -3,17 +3,16 @@ | |
"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]>", | ||
"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