gulp-electron-downloader
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "gulp-electron-downloader", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A gulp.js plugin to help download electron.", | ||
@@ -5,0 +5,0 @@ "main": "plugin.js", |
@@ -50,3 +50,3 @@ | ||
if (options.version) { | ||
gutil.log('Verifying requested version'); | ||
gutil.log('Verifying requested version (' + options.version + ')'); | ||
} else { | ||
@@ -53,0 +53,0 @@ gutil.log('Retrieving latest release'); |
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
16029