Comparing version 0.12.0 to 0.12.1
@@ -150,3 +150,3 @@ (function() { | ||
} | ||
return done(); | ||
return process.nextTick(done); | ||
}; | ||
@@ -153,0 +153,0 @@ insertsDone = function() { |
@@ -68,3 +68,3 @@ (function() { | ||
node.unpacked = true; | ||
callback(); | ||
process.nextTick(callback); | ||
return; | ||
@@ -105,3 +105,3 @@ } | ||
} else { | ||
return handler(); | ||
return process.nextTick(handler); | ||
} | ||
@@ -108,0 +108,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"description": "Creating atom-shell app packages", | ||
"version": "0.12.0", | ||
"version": "0.12.1", | ||
"bin": { | ||
@@ -8,0 +8,0 @@ "asar": "bin/asar" |
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
34335