electron
Advanced tools
Comparing version 3.0.0-nightly.20180818 to 3.0.0-nightly.20180821
@@ -20,3 +20,5 @@ #!/usr/bin/env node | ||
if (installedVersion === version && fs.existsSync(path.join(__dirname, platformPath))) { | ||
var electronPath = process.env.ELECTRON_OVERRIDE_DIST_PATH || path.join(__dirname, 'dist', platformPath) | ||
if (installedVersion === version && fs.existsSync(electronPath)) { | ||
process.exit(0) | ||
@@ -23,0 +25,0 @@ } |
@@ -30,3 +30,3 @@ { | ||
"name": "electron", | ||
"version": "3.0.0-nightly.20180818", | ||
"version": "3.0.0-nightly.20180821", | ||
"repository": "https://github.com/electron/electron", | ||
@@ -33,0 +33,0 @@ "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", |
Sorry, the diff of this file is too big to display
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
392769
8944
14