From 46ef3d4dd58e3d2242d041265f594aa77366d7fe Mon Sep 17 00:00:00 2001 From: MillironX <25492070+MillironX@users.noreply.github.com> Date: Wed, 21 Jul 2021 17:46:42 -0500 Subject: [PATCH] Add governors of Wyoming --- src/index.ts | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index f06510b..e864837 100644 --- a/src/index.ts +++ b/src/index.ts @@ -905,7 +905,45 @@ export const right = [ "parkinson", "brownback", "colyer", - "kelly" + "kelly", + + // Governors of Wyoming - https://en.wikipedia.org/wiki/List_of_governors_of_Wyoming + "campbell", + "thayer", + "hoyt", + "hale", + "morgan", + "warren", + "baxter", + "moonlight", + "barber", + "osborne", + "richards", + "chatterton", + "brooks", + "carey", + "kendrick", + "houx", + "ross", + "lucas", + "emerson", + "clark", + "miller", + "smith", + "hunt", + "crane", + "barrett", + "simpson", + "hickey", + "gage", + "hansen", + "hathaway", + "herschler", + "sullivan", + "geringer", + "freudenthal", + "mead", + "gordon" ] /**