cordova-plugin-meteor-webapp
Advanced tools
Comparing version 1.6.4 to 1.6.5
{ | ||
"name": "cordova-plugin-meteor-webapp", | ||
"version": "1.6.4", | ||
"version": "1.6.5", | ||
"description": "Cordova plugin that serves a Meteor web app through a local server and implements hot code push", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -34,3 +34,3 @@ var fileUrlRegEx = /^file:\/\/(.*)/; | ||
callback, | ||
(error) => { | ||
function(error) { | ||
console.error(error); | ||
@@ -37,0 +37,0 @@ if (typeof errorCallback === "function") { |
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
2614291