diff --git a/.babelrc b/.babelrc index 520b027..568e630 100644 --- a/.babelrc +++ b/.babelrc @@ -1,4 +1,4 @@ { - "presets": [ "es3", ["es2015"] ], + "presets": [ "es3", ["es2015", {"loose": true}] ], "plugins": ["transform-object-assign"] } diff --git a/.gitignore b/.gitignore index 1982e44..abd5381 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,6 @@ node_modules/ # Build-related directories dist/ docs/api/ -es5/ test/dist/ test/test-expected.js test/test-manifests.js diff --git a/.travis.yml b/.travis.yml index 08d15d5..f5f9ad9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,18 @@ sudo: false +dist: trusty language: node_js node_js: - - 'node' - - '4.2' - + - '8' + - '6' + - '4' before_script: - - # Set up a virtual screen for Firefox. + - export CHROME_BIN=/usr/bin/google-chrome - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start +addons: + firefox: latest + apt: + sources: + - google-chrome + packages: + - google-chrome-stable diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dbceed..44776f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,3 @@ -CHANGELOG -========= - -## HEAD (Unreleased) -_(none)_ - --------------------- - ## 2.1.0 (2017-02-23) * parse FORCED attribute of media-groups [#15](https://github.com/videojs/m3u8-parser/pull/15) * Pass any CHARACTERISTICS value of a track with the track object [#14](https://github.com/videojs/m3u8-parser/pull/14) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 50bce10..a184176 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ Make sure you have NodeJS 0.10 or higher and npm installed. ### Making Changes -Refer to the [video.js plugin standards][standards] for more detail on best practices and tooling for video.js plugin authorship. +Refer to the [video.js plugin conventions][conventions] for more detail on best practices and tooling for video.js plugin authorship. When you've made your changes, push your commit(s) to your fork and issue a pull request against the original repository. @@ -27,4 +27,4 @@ Testing is a crucial part of any software project. For all but the most trivial [karma]: http://karma-runner.github.io/ [local]: http://localhost:9999/test/ -[standards]: https://github.com/videojs/generator-videojs-plugin/docs/standards.md +[conventions]: https://github.com/videojs/generator-videojs-plugin/blob/master/docs/conventions.md diff --git a/LICENSE b/LICENSE index c0cb935..23d0fbb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2016 brandonocasey <brandonocasey@gmail.com> +Copyright Brightcove, Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/bower.json b/bower.json deleted file mode 100644 index 5b88f08..0000000 --- a/bower.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "m3u8-parser", - "author": "Brightcove, Inc", - "license": "Apache-2.0", - "main": [ - "dist/m3u8-parser.min.js" - ], - "keywords": [] -} - diff --git a/index.html b/index.html index 0d160c2..13e9627 100644 --- a/index.html +++ b/index.html @@ -5,10 +5,11 @@
Open dev tools to try it out
- +