diff --git a/CHANGELOG.md b/CHANGELOG.md index f4e6b1e..30ab420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ _(none)_ -------------------- +## 1.0.1 (2016-06-07) +no dependance on video.js + ## 1.0.0 (2016-06-03) Intial Release diff --git a/package.json b/package.json index bb769ec..551c002 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,26 @@ { "name": "m3u8-parser", - "version": "1.0.0", + "version": "1.0.1", "description": "m3u8 parser", "main": "es5/index.js", "repository": { "type": "git", "url": "git@github.com:videojs/m3u8-parser.git" }, - "contributors":[{ - "name": "gkatsev", - "github": "https://github.com/gkatsev" - }, { - "name": "imbcmdth", - "github": "https://github.com/imbcmdth" - }, { - "name": "dmlap", - "github": "https://github.com/dmlap" - }], + "contributors": [ + { + "name": "gkatsev", + "github": "https://github.com/gkatsev" + }, + { + "name": "imbcmdth", + "github": "https://github.com/imbcmdth" + }, + { + "name": "dmlap", + "github": "https://github.com/dmlap" + } + ], "scripts": { "prebuild": "npm run clean", "build": "npm-run-all -p build:*",