vue-video-player
Advanced tools
Comparing version 3.1.2 to 3.1.4
@@ -12,2 +12,4 @@ /** | ||
var playerComponent = require('./player.vue') | ||
playerComponent = playerComponent.default || playerComponent | ||
var videoPlayer = { | ||
@@ -17,3 +19,3 @@ videojs: videojs, | ||
install: function(Vue) { | ||
Vue.component('video-player', playerComponent) | ||
Vue.component(playerComponent.name, playerComponent) | ||
} | ||
@@ -20,0 +22,0 @@ } |
{ | ||
"name": "vue-video-player", | ||
"version": "3.1.2", | ||
"version": "3.1.4", | ||
"description": "Video Player component for Vue2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
115515
1280