1
0
mirror of https://github.com/videojs/video.js.git synced 2025-07-05 00:58:52 +02:00

chore: package json cleanup (#5649)

This commit is contained in:
Brandon Casey
2019-08-30 14:14:53 -04:00
committed by Gary Katsevman
parent bd58039c78
commit 85ad44e13e
17 changed files with 484 additions and 641 deletions

View File

@ -1,9 +1,9 @@
const sh = require('shelljs');
const semver = require('semver');
const generateExample = require('./generate-example.js').default;
const generateExample = require('./generate-example.js').generateExample;
const GIT_LOG = `git log --format=%B -n 1 ${process.env.COMMIT_REF}`;
const output = sh.exec(GIT_LOG, {async: false, silent:true}).stdout;
const output = sh.exec(GIT_LOG, {async: false, silent: true}).stdout;
// if we're on master branch and not on a tagged commit,
// error the build so it doesn't redeploy the docs