Sort Flags by name

exclude-unsupported-native-emojis
Etienne Lemay 2016-07-07 13:34:03 -04:00
parent b192563535
commit 29b5985f80
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -48,6 +48,9 @@ emojiData.forEach((datum) => {
}
})
var flags = data.categories[categoriesIndex['Flags']];
flags.emojis.sort()
mkdirp('data', (err) => {
if (err) throw err