Skip to content

Commit e6a3808

Browse files
committed
adjust score
1 parent 95f269a commit e6a3808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Packages.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ let getStaticProps: Next.GetStaticProps.revalidate<props, unit> = async _ctx =>
572572
true
573573
} else if pkg.name->Js.String2.includes("reason") {
574574
false
575-
} else if pkg.maintenanceScore < 0.3 {
575+
} else if pkg.maintenanceScore < 0.09 {
576576
false
577577
} else {
578578
true

0 commit comments

Comments
 (0)