Skip to content

Commit 8f3e3c7

Browse files
authored
add npmgraph link to package overview page (#2223)
1 parent 53c0206 commit 8f3e3c7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

scenes/PackageOverviewScene.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,13 @@ export default function PackageOverviewScene({
154154
Bundlephobia
155155
</A>
156156
</li>
157+
<li>
158+
<A
159+
href={`https://npmgraph.js.org/?q=${library.npmPkg}`}
160+
style={tw`text-[12px] font-light`}>
161+
npmgraph
162+
</A>
163+
</li>
157164
<li>
158165
<A
159166
href={`https://pkg-size.dev/${library.npmPkg}`}

0 commit comments

Comments
 (0)