Skip to content

Commit

Permalink
v2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fisherinnovation committed Oct 16, 2018
1 parent e8b20c3 commit 42a3bed
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 21 deletions.
8 changes: 2 additions & 6 deletions dist/player.es.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! @vimeo/player v2.6.3 | (c) 2018 Vimeo | MIT License | https://github.com/vimeo/player.js */
/*! @vimeo/player v2.6.4 | (c) 2018 Vimeo | MIT License | https://github.com/vimeo/player.js */
function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
throw new TypeError("Cannot call a class as a function");
Expand Down Expand Up @@ -78,7 +78,7 @@ function isInteger(value) {
*/

function isVimeoUrl(url) {
return /^(https?:)?\/\/((player|www).)?vimeo.com(?=$|\/)/.test(url);
return /^(https?:)?\/\/((player|www)\.)?vimeo\.com(?=$|\/)/.test(url);
}
/**
* Get the Vimeo URL from an element.
Expand Down Expand Up @@ -269,10 +269,6 @@ var npo_src = createCommonjsModule(function (module) {

if (module.exports) {
module.exports = context[name];
} else if (typeof undefined == "function" && undefined.amd) {
undefined(function $AMD$() {
return context[name];
});
}
})("Promise", typeof commonjsGlobal != "undefined" ? commonjsGlobal : commonjsGlobal, function DEF() {

Expand Down
8 changes: 2 additions & 6 deletions dist/player.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/player.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/player.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/player.min.js.map

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"name": "@vimeo/player",
"version": "2.6.3",
"version": "2.6.4",
"description": "Interact with and control an embedded Vimeo Player.",
"license": "MIT",
"author": "Brad Dougherty <[email protected]>",
"contributors": [
"Brad Dougherty <[email protected]> (https://brad.is)"
],
"author": "Vimeo <https://vimeo.com>",
"scripts": {
"clean": "rimraf dist/*",
"prebuild": "npm run clean -s",
Expand Down

0 comments on commit 42a3bed

Please sign in to comment.