From 94acd7f965a3ced62f28775aa8d2d9763222f7fd Mon Sep 17 00:00:00 2001 From: Marcel Gerber Date: Thu, 24 Apr 2014 03:21:48 +0200 Subject: [PATCH] Fix AboutDialog to show more than 30 contributors again --- src/brackets.config.json | 4 ++-- src/config.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/brackets.config.json b/src/brackets.config.json index 64721d1e198..e39c6bc14d5 100644 --- a/src/brackets.config.json +++ b/src/brackets.config.json @@ -14,10 +14,10 @@ "twitter_url" : "https://twitter.com/brackets", "troubleshoot_url" : "https://github.com/adobe/brackets/wiki/Troubleshooting#wiki-livedev", "twitter_name" : "@brackets", - "contributors_url" : "https://api.github.com/repos/adobe/brackets/contributors", + "contributors_url" : "https://api.github.com/repos/adobe/brackets/contributors?per_page=300", "extension_listing_url" : "", "extension_registry" : "https://s3.amazonaws.com/extend.brackets/registry.json", "extension_url" : "https://s3.amazonaws.com/extend.brackets/{0}/{0}-{1}.zip", "linting.enabled_by_default" : true } -} \ No newline at end of file +} diff --git a/src/config.json b/src/config.json index 7b17cbf9db2..811cf9a91c2 100644 --- a/src/config.json +++ b/src/config.json @@ -13,7 +13,7 @@ "twitter_url": "https://twitter.com/brackets", "troubleshoot_url": "https://github.com/adobe/brackets/wiki/Troubleshooting#wiki-livedev", "twitter_name": "@brackets", - "contributors_url": "https://api.github.com/repos/adobe/brackets/contributors", + "contributors_url": "https://api.github.com/repos/adobe/brackets/contributors?per_page=300", "extension_listing_url": "", "extension_registry": "https://s3.amazonaws.com/extend.brackets/registry.json", "extension_url": "https://s3.amazonaws.com/extend.brackets/{0}/{0}-{1}.zip", @@ -67,4 +67,4 @@ "url": "https://github.com/adobe/brackets/blob/master/LICENSE" } ] -} \ No newline at end of file +}