@silvermine/video.js

7.19.0-1 • Public • Published

@silvermine/video.js - A fork of video.js

This fork makes source setting synchronous in order to work around browser autoplay policies. See videojs/video.js#4765 for more information.

Package release process notes

Node and NPM versions

$ node -v
v12.22.1
$ npm -v
6.14.2

Commands

nvm use 12.22.1
git fetch --all
git checkout silvermine_7.19.x
git status # make sure there are no uncommitted changes
git reset origin/silvermine_7.19.x --hard
npm install
npm run build
git status # make sure there are no uncommitted changes
npm version "7.19.0-${NEW_BUILD_NUMBER}" -m "chore: Version bump: %s"
npm pack
npm publish "silvermine-video.js-7.19.0-${NEW_BUILD_NUMBER}.tgz"

/@silvermine/video.js/

    Package Sidebar

    Install

    npm i @silvermine/video.js

    Homepage

    videojs.com

    Weekly Downloads

    6

    Version

    7.19.0-1

    License

    Apache-2.0

    Unpacked Size

    15.8 MB

    Total Files

    169

    Last publish

    Collaborators

    • onebytegone
    • webpub
    • jthomerson