mathiasbynens / emoji-regex

A regular expression to match all Emoji-only symbols as per the Unicode Standard.
https://mths.be/emoji-regex
MIT License
1.72k stars 175 forks source link

fix build script deleting es2015 type defs #81

Closed DetachHead closed 3 years ago

DetachHead commented 3 years ago

https://github.com/mathiasbynens/emoji-regex/pull/78#issuecomment-750773672

i feel like this is a somewhat messy solution however, i would recommend having the build script put everything in a dist or bin folder that doesn't get added to git

mathiasbynens commented 3 years ago

Your work was included in #86 which was just merged. Thanks again!