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 028b765 commit d943b2fCopy full SHA for d943b2f
website/static/index.html
@@ -101,7 +101,7 @@ <h3 class="subheading center">Quality Ecosystem</h3>
101
<div class="col-3 text-center">
102
<h3 id="installs" class="subheading">100,000</h3>
103
<p class="paragraph">
104
- Installs Today
+ Installs This Week
105
</p>
106
</div>
107
website/static/js/script.js
@@ -1,7 +1,7 @@
1
(function(){
2
var services = [
3
'https://opencollective.com/api/groups/gulpjs/backers',
4
- 'https://api.npmjs.org/downloads/point/last-day/gulp',
+ 'https://api.npmjs.org/downloads/point/last-week/gulp',
5
'https://api.npms.io/v2/search?q=keywords%3Agulpplugin',
6
].map(function (url) {
7
return fetch(url).then(asJson);
0 commit comments