Update comment
This commit is contained in:
parent
30f80b57f2
commit
48eb6f251b
1 changed files with 2 additions and 1 deletions
|
@ -14,5 +14,6 @@ const output = Object.keys(EMOJI_DATA).map(
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
// Write to a file in src. Changes should be checked in to git
|
// Write to a file in src. Changes should be checked into git. This file is copied by
|
||||||
|
// babel using --copy-files
|
||||||
fs.writeFileSync('./src/stripped-emoji.json', JSON.stringify(output));
|
fs.writeFileSync('./src/stripped-emoji.json', JSON.stringify(output));
|
||||||
|
|
Loading…
Reference in a new issue