Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Fix AboutDialog to show more than 30 contributors again
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Gerber committed Apr 24, 2014
1 parent e3bc31c commit 94acd7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/brackets.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
4 changes: 2 additions & 2 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -67,4 +67,4 @@
"url": "https://github.com/adobe/brackets/blob/master/LICENSE"
}
]
}
}

0 comments on commit 94acd7f

Please sign in to comment.