From e3150bd53b5d640666331ef33b180dd09e79a610 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 15 Sep 2023 09:27:02 -0400 Subject: [PATCH] express: add Matt's critters Signed-off-by: Vincent Batts --- express/animals.json | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/express/animals.json b/express/animals.json index 6ad174c..6981ee0 100644 --- a/express/animals.json +++ b/express/animals.json @@ -1,3 +1,31 @@ { - "animals": ["Dog", "Cat", "Elephant", "Lion", "Giraffe"] + "animals": [ + "Squirrel", + "Armadillo", + "Beaver", + "Cricket", + "Eagle", + "Ferret", + "Fox", + "Frog", + "Guinea Pig", + "Hamster", + "Hummingbird", + "Iguana", + "Mouse", + "Muskrat", + "Newt", + "Otter", + "Parakeet", + "Penguin", + "Pigeon", + "Possum", + "Rabbit", + "Raccoon", + "Rat", + "Snake", + "Spider", + "Turtle", + "Wolf pup" + ] }