vue-code-highlight
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "vue-code-highlight", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"author": "Jan Bílek", | ||
@@ -5,0 +5,0 @@ "email": "honza@elision.design", |
@@ -6,3 +6,3 @@ // Import vue component | ||
// Declare install function executed by Vue.use() | ||
export function install(Vue) { | ||
function install(Vue) { | ||
console.log('Install'); | ||
@@ -32,2 +32,2 @@ if (install.installed) return; | ||
// To allow use as module (npm/webpack/etc.) export component | ||
export default vueHighlight; | ||
export default plugin; |
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
715316