npms-io / npms-analyzer

The analyzer behind https://npms.io
MIT License
319 stars 38 forks source link

Minor Calculation Error in Maintenance Score #217

Closed beanpranav closed 6 years ago

beanpranav commented 6 years ago

https://github.com/npms-io/npms-analyzer/blob/103d6209ed62ffb7a2ece26d72e87e5c6be17a86/lib/analyze/evaluate/maintenance.js#L38

As i understand, this should be: const mean730 = range730.count / (730 / 90);

satazor commented 6 years ago

Thanks for the report!