Skip to content

Commit

Permalink
[/] fix npm shields
Browse files Browse the repository at this point in the history
  • Loading branch information
0xf0xx0 committed Jun 13, 2024
1 parent 06c7ecb commit 63b246d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions views/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,26 @@ block content

div
a.me-2(
href="https://www.npmjs.com/package/lndash",
href="https://www.npmjs.com/package/ln-dash",
rel="nofollow",
target="_blank"
)
img(
src="https://camo.githubusercontent.com/dca2e8f947987c994c021fedf0da14f740220773/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f762f6c6e642d61646d696e2e7376673f7374796c653d666c6174",
src="https://img.shields.io/npm/v/ln-dash.svg?style=flat",
alt="npm version",
data-canonical-src="https://img.shields.io/npm/v/lndash.svg?style=flat",
data-canonical-src="https://img.shields.io/npm/v/ln-dash.svg?style=flat",
style="max-width: 100%"
)

a(
href="https://npmcharts.com/compare/lndash?minimal=true",
href="https://npmcharts.com/compare/ln-dash?minimal=true",
rel="nofollow",
target="_blank"
)
img(
src="https://camo.githubusercontent.com/015986f601eae0e28a983728259ccb96ce042511/687474703a2f2f696d672e736869656c64732e696f2f6e706d2f646d2f6c6e642d61646d696e2e7376673f7374796c653d666c6174",
src="https://img.shields.io/npm/dm/ln-dash.svg?style=flat",
alt="NPM downloads",
data-canonical-src="https://img.shields.io/npm/dm/lndash.svg?style=flat",
data-canonical-src="https://img.shields.io/npm/dm/ln-dash.svg?style=flat",
style="max-width: 100%"
)

Expand Down

0 comments on commit 63b246d

Please sign in to comment.