Skip to content

Commit 84cf5c2

Browse files
committed
Merge pull request #32 from Georgette/master
adding git clone url
2 parents 061f02d + 80536f5 commit 84cf5c2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

github.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ module.exports = function (options) {
9898
watches: repo.subscribers_count,
9999
forks: repo.forks_count,
100100
last: repo.pushed_at,
101-
url: gitUrl
101+
url: gitUrl,
102+
gitClone: repo.clone_url
102103
}
103104
// update the data if module exists in cache, if not create it
104105
github_ent.load$(github_name, function(err,github){

0 commit comments

Comments
 (0)