Skip to content

Commit e2bd413

Browse files
committed
remove score
1 parent c96fbaf commit e2bd413

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Packages.res

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ type npmPackage = {
2525
npmHref: string,
2626
searchScore: float,
2727
maintenanceScore: float,
28-
score: {"final": float, "detail": {"quality": float, "popularity": float, "maintenance": float}},
2928
}
3029

3130
// These are packages that we do not want to filter out when loading searching from NPM.
@@ -571,7 +570,6 @@ let parsePkgs = data =>
571570
npmHref: pkg["links"]["npm"],
572571
searchScore: item["searchScore"],
573572
maintenanceScore: item["score"]["detail"]["maintenance"],
574-
score: item["score"],
575573
}
576574
})
577575

src/Packages.resi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ type npmPackage = {
1515
npmHref: string,
1616
searchScore: float,
1717
maintenanceScore: float,
18-
score: {"final": float, "detail": {"quality": float, "popularity": float, "maintenance": float}},
1918
}
2019

2120
type props = {

0 commit comments

Comments
 (0)