Skip to content
This repository was archived by the owner on Jul 31, 2019. It is now read-only.

Commit d2d3edc

Browse files
authored
Merge pull request #717 from yonjah/npmDownloadStats
improve: npm-stat link to show stats for both @hapi/hapi and hapi
2 parents 59eb29b + ba0a696 commit d2d3edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ block header
1818
small ● Latest update:
1919
small <a href="#{latestUpdate.url}" role="update">#{latestUpdate.updated}</a>
2020
small ● Downloads last month:
21-
small <a href="http://npm-stat.com/charts.html?package=hapi">#{downloads}</a>
21+
small <a href="http://npm-stat.com/charts.html?package=@hapi/hapi%2Chapi">#{downloads}</a>
2222

2323
block content
2424

0 commit comments

Comments
 (0)