Comparing version 1.3.0 to 1.4.0
@@ -51,3 +51,3 @@ var async = require('async'); | ||
return { | ||
branch: program.branch || branch, | ||
branch: encodeURIComponent(program.branch || branch), | ||
sha: program.sha || sha | ||
@@ -54,0 +54,0 @@ }; |
{ | ||
"name": "bithound", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Commands for interacting with bitHound: https://bithound.io", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
18304