Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Jun 7, 2016
1 parent 3ac8019 commit d4f4e17
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ _(none)_

--------------------

## 1.0.1 (2016-06-07)
no dependance on video.js

## 1.0.0 (2016-06-03)
Intial Release

26 changes: 15 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -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:*",
Expand Down

0 comments on commit d4f4e17

Please sign in to comment.