Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "vue-webcam", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A Vue component for capturing image from webcam.", | ||
@@ -5,0 +5,0 @@ "main": "VueWebcam.js", |
@@ -108,2 +108,4 @@ const Vue = require('vue'); | ||
module.exports VueWebcam = Vue.component('vue-webcam', WebcamComponent); | ||
const VueWebcam = Vue.component('vue-webcam', WebcamComponent); | ||
module.exports = VueWebcam; |
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
5239
100