Comparing version 0.2.1 to 0.2.2
@@ -17,2 +17,5 @@ 'use strict'; | ||
}); | ||
}, | ||
branches(orgRepo, options={}) { | ||
return allPages(`/repos/${orgRepo}/branches`, options); | ||
} | ||
@@ -61,3 +64,4 @@ }, | ||
headers: { | ||
'User-Agent': 'gh-lint' | ||
'User-Agent': 'gh-lint', | ||
Accept: 'application/vnd.github.loki-preview+json' | ||
}, | ||
@@ -64,0 +68,0 @@ qs, |
{ | ||
"name": "gh-lint", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Rule-based command-line tool for auditing GitHub repositories", | ||
@@ -5,0 +5,0 @@ "main": "lib/execute/index.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
725621
101
13291