videojs-vimeo
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "videojs-vimeo", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Allows you to use Vimeo URL as source with Video.js.", | ||
@@ -5,0 +5,0 @@ "main": "src/Vimeo.js", |
@@ -21,8 +21,8 @@ /* The MIT License (MIT) | ||
define(['video.js'], function(videojs){ | ||
return (root.Youtube = factory(videojs)); | ||
return (root.Vimeo = factory(videojs)); | ||
}); | ||
} else if(typeof module === 'object' && module.exports) { | ||
module.exports = (root.Youtube = factory(require('video.js'))); | ||
module.exports = (root.Vimeo = factory(require('video.js'))); | ||
} else { | ||
root.Youtube = factory(root.videojs); | ||
root.Vimeo = factory(root.videojs); | ||
} | ||
@@ -29,0 +29,0 @@ }(this, function(videojs) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
377133