-
-
Notifications
You must be signed in to change notification settings - Fork 939
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(animal): add more simple animals to animal.type()
fix #1618 This adds more common animals and uses more common names for existing ones e.g. cetecean->whale, crocodilia->crocodile
- Loading branch information
1 parent
5860783
commit 96de15c
Showing
3 changed files
with
44 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,46 @@ | ||
export default [ | ||
'dog', | ||
'cat', | ||
'snake', | ||
'bat', | ||
'bear', | ||
'lion', | ||
'cetacean', | ||
'insect', | ||
'crocodilia', | ||
'cow', | ||
'bee', | ||
'bird', | ||
'butterfly', | ||
'cat', | ||
'cow', | ||
'crocodile', | ||
'deer', | ||
'dog', | ||
'dolphin', | ||
'eagle', | ||
'elephant', | ||
'fish', | ||
'rabbit', | ||
'flamingo', | ||
'fox', | ||
'frog', | ||
'gecko', | ||
'giraffe', | ||
'gorilla', | ||
'hamster', | ||
'hippopotamus', | ||
'horse', | ||
'kangaroo', | ||
'koala', | ||
'lion', | ||
'monkey', | ||
'ostrich', | ||
'panda', | ||
'parrot', | ||
'peacock', | ||
'penguin', | ||
'polar bear', | ||
'rabbit', | ||
'rhinoceros', | ||
'sea lion', | ||
'shark', | ||
'snake', | ||
'squirrel', | ||
'tiger', | ||
'turtle', | ||
'whale', | ||
'wolf', | ||
'zebra', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters