We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 061f02d + 80536f5 commit 84cf5c2Copy full SHA for 84cf5c2
1 file changed
github.js
@@ -98,7 +98,8 @@ module.exports = function (options) {
98
watches: repo.subscribers_count,
99
forks: repo.forks_count,
100
last: repo.pushed_at,
101
- url: gitUrl
+ url: gitUrl,
102
+ gitClone: repo.clone_url
103
}
104
// update the data if module exists in cache, if not create it
105
github_ent.load$(github_name, function(err,github){
0 commit comments