File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ Object {
176
176
" type" : " synonym" ,
177
177
},
178
178
],
179
- " jsDelivrHitsEndpoint" : " https://data.jsdelivr.com/v1/stats/packages/month/all" ,
179
+ " jsDelivrHitsEndpoint" : " https://data.jsdelivr.com/v1/stats/packages/npm/ month/all" ,
180
180
" maxObjSize" : 450000 ,
181
181
" npmDownloadsEndpoint" : " https://api.npmjs.org/downloads" ,
182
182
" npmRegistryEndpoint" : " https://replicate.npmjs.com/registry" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ const defaultConfig = {
6
6
npmRegistryEndpoint : 'https://replicate.npmjs.com/registry' ,
7
7
npmDownloadsEndpoint : 'https://api.npmjs.org/downloads' ,
8
8
npmRootEndpoint : 'https://registry.npmjs.org' ,
9
- jsDelivrHitsEndpoint : 'https://data.jsdelivr.com/v1/stats/packages/month/all' ,
9
+ jsDelivrHitsEndpoint :
10
+ 'https://data.jsdelivr.com/v1/stats/packages/npm/month/all' ,
10
11
unpkgRoot : 'https://unpkg.com' ,
11
12
maxObjSize : 450000 ,
12
13
popularDownloadsRatio : 0.005 ,
You can’t perform that action at this time.
0 commit comments