Comparing version 1.11.0-beta to 1.11.1-beta
{ | ||
"name": "code-push", | ||
"version": "1.11.0-beta", | ||
"version": "1.11.1-beta", | ||
"description": "Management SDK for the CodePush service", | ||
@@ -5,0 +5,0 @@ "main": "script/index.js", |
@@ -275,4 +275,4 @@ var fs = require("fs"); | ||
.end(function (err, res) { | ||
if (file.isTemporary) { | ||
fs.unlinkSync(filePath); | ||
if (packageFile.isTemporary) { | ||
fs.unlinkSync(packageFile.path); | ||
} | ||
@@ -279,0 +279,0 @@ if (err) { |
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
66332