diff --git a/Gruntfile.js b/Gruntfile.js index 02716f02d8..e19d6650bc 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1043,7 +1043,8 @@ var _ = require('lodash'), repo: 'ghost', oauthKey: oauthKey, releaseDate: ninetyDaysAgo, - count: 20 + count: 20, + retry: true }) ).then(function (results) { var contributors = results[1], diff --git a/package.json b/package.json index c19b07889d..db76922bd9 100644 --- a/package.json +++ b/package.json @@ -102,6 +102,6 @@ "sinon": "~1.12.2", "supertest": "~0.15.0", "testem": "^0.6.23", - "top-gh-contribs": "0.0.6" + "top-gh-contribs": "^1.0.0" } }