Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "rbwhat", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Quickly list review-board requests that need your attention", | ||
@@ -11,6 +11,9 @@ "license": "MIT", | ||
"bugs": "https://github.com/jakl/rbwhat/issues", | ||
"keywords": [ "review board", "code review"], | ||
"keywords": [ | ||
"review board", | ||
"code review" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/jakl/rbwhat.git" | ||
"type": "git", | ||
"url": "http://github.com/jakl/rbwhat.git" | ||
}, | ||
@@ -17,0 +20,0 @@ "dependencies": { |
@@ -100,3 +100,3 @@ #!/usr/bin/env node | ||
} | ||
return ["" + (pad(colorName(submitter, submitter), 25)) + " " + title, " " + bug + " " + repo + " " + '/'.grey + " " + branch, " " + url]; | ||
return [title, " " + bug + " " + repo + " " + '/'.grey + " " + branch, " " + url]; | ||
}; | ||
@@ -103,0 +103,0 @@ |
Sorry, the diff of this file is not supported yet
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
70356
9