node-pre-gyp-github
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -72,5 +72,7 @@ "use strict"; | ||
Object.keys(args).forEach(function(key) { | ||
options[key] = args[key] || options[key]; | ||
if(args.hasOwnProperty(key)) { | ||
options[key] = args[key]; | ||
} | ||
}); | ||
this.github.authenticate(this.authenticate_settings()); | ||
@@ -77,0 +79,0 @@ this.github.releases.createRelease(options, callback); |
{ | ||
"name": "node-pre-gyp-github", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A node-pre-gyp module which provides the ability to publish to GitHub releases.", | ||
@@ -5,0 +5,0 @@ "bin": "./bin/node-pre-gyp-github.js", |
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
9726
156