From dadda918b4f2b82c6da82c6d0605d9134868202f Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Fri, 2 Aug 2019 17:44:00 -0230 Subject: [PATCH] Update code owners of manifest and lockfile (#6953) --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 71fef368f..adef939d1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,8 +1,8 @@ # Lines starting with '#' are comments. # Each line is a file pattern followed by one or more owners. -package.json @whymarrh -yarn.lock @whymarrh +package.json @danjm @whymarrh @Gudahtt +yarn.lock @danjm @whymarrh @Gudahtt ui/ @danjm @whymarrh @Gudahtt app/scripts/controllers/transactions @frankiebee