Use tags instead of aliases for laugh and hooray

As mentioned by @mislav in github/gemoji#116, too many aliases can be
tricky, but tags don’t need to be unique. Therefore, replace new aliases
with new tags for the recently changed 😄 and 🎉 emoji.
This commit is contained in:
Skunk
2017-02-15 16:23:33 -08:00
committed by GitHub
parent 68af9e3320
commit 7bdd3f657f

View File

@@ -34,11 +34,11 @@
, "category": "People"
, "aliases": [
"smile"
, "laugh"
]
, "tags": [
"happy"
, "joy"
, "laugh"
, "pleased"
]
, "unicode_version": "6.0"
@@ -10590,10 +10590,10 @@
, "category": "Objects"
, "aliases": [
"tada"
, "hooray"
]
, "tags": [
"party"
"hooray"
, "party"
]
, "unicode_version": "6.0"
, "ios_version": "6.0"