Skip to content

Commit 4a4b2de

Browse files
committed
Always link to repo and not website, for consistency
Fixes sindresorhus/bower-components#6 sindresorhus/bower-components#10 sindresorhus/bower-components#13
1 parent 972bbff commit 4a4b2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: component-list.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function createComponentData(name, data) {
1010
name: name,
1111
description: data.description,
1212
owner: data.owner.login,
13-
website: data.homepage || data.html_url,
13+
website: data.html_url,
1414
forks: data.forks,
1515
stars: data.watchers,
1616
created: data.created_at,

0 commit comments

Comments
 (0)