forked from mirrors/action-gh-release
remove node_modules
This commit is contained in:
parent
c7638c8893
commit
60358a145c
444 changed files with 0 additions and 83958 deletions
9
node_modules/octokit-pagination-methods/lib/has-last-page.js
generated
vendored
9
node_modules/octokit-pagination-methods/lib/has-last-page.js
generated
vendored
|
@ -1,9 +0,0 @@
|
|||
module.exports = hasLastPage
|
||||
|
||||
const deprecate = require('./deprecate')
|
||||
const getPageLinks = require('./get-page-links')
|
||||
|
||||
function hasLastPage (link) {
|
||||
deprecate(`octokit.hasLastPage() – You can use octokit.paginate or async iterators instead: https://github.com/octokit/rest.js#pagination.`)
|
||||
return getPageLinks(link).last
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue