From d62328ddfdb6733f6364174f1b219fd10a0c87ff Mon Sep 17 00:00:00 2001 From: Ephemera Date: Fri, 13 Jun 2014 17:47:57 +0900 Subject: [PATCH] Add 'search' to reserved name --- src/adapter.github.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/adapter.github.js b/src/adapter.github.js index 984eea6..9b245af 100644 --- a/src/adapter.github.js +++ b/src/adapter.github.js @@ -3,7 +3,8 @@ const 'settings', 'orgs', 'organizations', 'site', 'blog', 'about', 'explore', 'styleguide', 'showcases', 'trending', - 'stars', 'dashboard', 'notifications' + 'stars', 'dashboard', 'notifications', + 'search' ] , RESERVED_REPO_NAMES = ['followers', 'following'] , GH_BRANCH_SEL = '*[data-master-branch]'