Closed beanpranav closed 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);
const mean730 = range730.count / (730 / 90);
Thanks for the report!
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);