Comparing version 0.10.0 to 0.10.1
@@ -146,4 +146,4 @@ // Generated by CoffeeScript 1.12.7 | ||
Pr.prototype.reviews = function(cb) { | ||
return this.client.get("/repos/" + this.repo + "/pulls/" + this.number + "/reviews", function(err, s, b, h) { | ||
Pr.prototype.reviews = function(params,cb) { | ||
return this.client.get("/repos/" + this.repo + "/pulls/" + this.number + "/reviews", params, function(err, s, b, h) { | ||
if (err) { | ||
@@ -150,0 +150,0 @@ return cb(err); |
{ | ||
"name": "octonode", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"author": "Pavan Kumar Sunkara <pavan.sss1991@gmail.com> (http://pksunkara.github.com)", | ||
@@ -5,0 +5,0 @@ "description": "nodejs wrapper for github v3 api", |
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
158120