We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6cd31 commit ea8ab5aCopy full SHA for ea8ab5a
static/stats.html
@@ -25,7 +25,7 @@ <h1>Packager Extras</h1>
25
<main id="packager-extras"><p>Loading...</p></main>
26
<script>
27
const fetchStats = (repo, main) => {
28
- fetch(`https://api.github.com/repos/${repo}/releases`)
+ fetch(`https://api.github.com/repos/${repo}/releases?per_page=100`)
29
.then((r) => {
30
if (!r.ok) throw new Error('Unexpected status code: ' + r.status);
31
return r.json();
0 commit comments