cordova-plugin-voiceit
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"name": "cordova-plugin-voiceit", | ||
@@ -4,0 +4,0 @@ "cordova_name": "VoiceItCordova", |
@@ -27,2 +27,3 @@ function VoiceItCordova() {} | ||
/* | ||
VoiceItCordova.install = function() { | ||
@@ -37,1 +38,3 @@ if (!window.plugins) { | ||
cordova.addConstructor(VoiceItCordova.install); | ||
*/ | ||
window.VoiceIt = new VoiceItCordova(); |
Sorry, the diff of this file is not supported yet
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
76923
30