File tree Expand file tree Collapse file tree 2 files changed +18
-11
lines changed
Expand file tree Collapse file tree 2 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 66
77--------------------
88
9+ ## 1.0.1 (2016-06-07)
10+ no dependance on video.js
11+
912## 1.0.0 (2016-06-03)
1013Intial Release
1114
Original file line number Diff line number Diff line change 11{
22 "name" : " m3u8-parser" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " m3u8 parser" ,
55 "main" : " es5/index.js" ,
66 "repository" : {
77 "type" : " git" ,
88 "url" :
" [email protected] :videojs/m3u8-parser.git" 99 },
10- "contributors" :[{
11- "name" : " gkatsev" ,
12- "github" : " https://github.com/gkatsev"
13- }, {
14- "name" : " imbcmdth" ,
15- "github" : " https://github.com/imbcmdth"
16- }, {
17- "name" : " dmlap" ,
18- "github" : " https://github.com/dmlap"
19- }],
10+ "contributors" : [
11+ {
12+ "name" : " gkatsev" ,
13+ "github" : " https://github.com/gkatsev"
14+ },
15+ {
16+ "name" : " imbcmdth" ,
17+ "github" : " https://github.com/imbcmdth"
18+ },
19+ {
20+ "name" : " dmlap" ,
21+ "github" : " https://github.com/dmlap"
22+ }
23+ ],
2024 "scripts" : {
2125 "prebuild" : " npm run clean" ,
2226 "build" : " npm-run-all -p build:*" ,
You can’t perform that action at this time.
0 commit comments