Skip to content

Commit d4f4e17

Browse files
committed
1.0.1
1 parent 3ac8019 commit d4f4e17

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ _(none)_
66

77
--------------------
88

9+
## 1.0.1 (2016-06-07)
10+
no dependance on video.js
11+
912
## 1.0.0 (2016-06-03)
1013
Intial Release
1114

package.json

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
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:*",

0 commit comments

Comments
 (0)