Skip to content

Commit

Permalink
chore: Update tooling using plugin generator v7.2.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
misteroneill authored Aug 30, 2018
1 parent 88df80c commit fa7961b
Show file tree
Hide file tree
Showing 11 changed files with 4,292 additions and 4,187 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ node_modules/
dist/
docs/api/
test/dist/
.eslintcache
.yo-rc.json
15 changes: 5 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
sudo: false
dist: trusty
language: node_js
node_js:
- 'lts/*'
# node version is specified using the .nvmrc file
before_install:
- npm install -g greenkeeper-lockfile@1
- npm install -g greenkeeper-lockfile@1
before_script:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- greenkeeper-lockfile-update
after_script: greenkeeper-lockfile-upload
after_script:
- greenkeeper-lockfile-upload
addons:
firefox: latest
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
chrome: stable

49 changes: 49 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,55 @@

An asynchronous script loader for the Brightcove Player.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [License](#license)
- [Why do I need this library?](#why-do-i-need-this-library)
- [Brightcove Player Support](#brightcove-player-support)
- [Browser Support](#browser-support)
- [Installation](#installation)
- [Inclusion](#inclusion)
- [ES6 Modules (e.g. Rollup, Webpack)](#es6-modules-eg-rollup-webpack)
- [CommonJS (e.g. Browserify)](#commonjs-eg-browserify)
- [AMD (e.g. RequireJS)](#amd-eg-requirejs)
- [`<script>` Tag](#script-tag)
- [Usage](#usage)
- [Examples](#examples)
- [Pre-Existing Players](#pre-existing-players)
- [Avoiding Downloads](#avoiding-downloads)
- [Use of Promises or Callbacks](#use-of-promises-or-callbacks)
- [Success](#success)
- [Failure](#failure)
- [Cleaning Up](#cleaning-up)
- [Parameters](#parameters)
- [`accountId`\*](#accountid%5C)
- [`applicationId`](#applicationid)
- [`catalogSearch`](#catalogsearch)
- [`catalogSequence`](#catalogsequence)
- [`embedId`](#embedid)
- [`embedOptions`](#embedoptions)
- [`embedOptions.pip`](#embedoptionspip)
- [`embedOptions.playlist`](#embedoptionsplaylist)
- [`embedOptions.responsive`](#embedoptionsresponsive)
- [`embedOptions.unminified`](#embedoptionsunminified)
- [`embedType`](#embedtype)
- [`onEmbedCreated`](#onembedcreated)
- [`onFailure`](#onfailure)
- [`onSuccess`](#onsuccess)
- [`options`](#options)
- [`playerId`](#playerid)
- [`playlistId`](#playlistid)
- [`playlistVideoId`](#playlistvideoid)
- [`Promise`](#promise)
- [`refNode`\*](#refnode%5C)
- [`refNodeInsert`](#refnodeinsert)
- [`videoId`](#videoid)
- [Base URL](#base-url)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

## License
Apache-2.0. Copyright (c) Brightcove, Inc.

Expand Down
Loading

0 comments on commit fa7961b

Please sign in to comment.