vue-youtube
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "vue-youtube", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A Vue.js Plugin", | ||
@@ -5,0 +5,0 @@ "author": "Antério Vieira", |
@@ -1,5 +0,5 @@ | ||
import VueYoutube from './vue-youtube' | ||
import Youtube from './vue-youtube' | ||
function plugin (Vue) { | ||
Vue.component('vue-youtube', VueYoutube) | ||
Vue.component('youtube', Youtube) | ||
} | ||
@@ -15,4 +15,4 @@ | ||
export { | ||
VueYoutube, | ||
Youtube, | ||
version | ||
} |
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
21140