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.74k stars 174 forks source link

fix npm run build deleting es2015 types #80

Closed DetachHead closed 3 years ago

DetachHead commented 3 years ago

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

DetachHead commented 3 years ago

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

DetachHead commented 3 years ago

i screwed up my fork, new PR is #81