Update build process
This commit is contained in:
4
dist/plyr.polyfilled.mjs
vendored
4
dist/plyr.polyfilled.mjs
vendored
@ -568,7 +568,7 @@ if (typeof __g == 'number') __g = global; // eslint-disable-line no-undef
|
||||
});
|
||||
|
||||
var _core = createCommonjsModule(function (module) {
|
||||
var core = module.exports = { version: '2.6.4' };
|
||||
var core = module.exports = { version: '2.6.5' };
|
||||
if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef
|
||||
});
|
||||
var _core_1 = _core.version;
|
||||
@ -4886,7 +4886,7 @@ var controls = {
|
||||
min: 0,
|
||||
max: 100,
|
||||
value: 0,
|
||||
role: 'presentation',
|
||||
role: 'progressbar',
|
||||
'aria-hidden': true
|
||||
}, attributes)); // Create the label inside
|
||||
|
||||
|
Reference in New Issue
Block a user