talkjs / country-flag-emoji-polyfill

Add country flag emojis to Chromium-based browsers on Windows
Other
122 stars 8 forks source link

Wrong code gets deployed #3

Closed User123698745 closed 1 year ago

User123698745 commented 1 year ago

Something in your deployment process is not working. The latest version 0.1.3 no longer contains the change made by commit e57201f "Remove flash of invisible text by setting font-display properly" which added font-display: swap;. Looks like the npm packages do not get build from the latest master commit like they should.

eteeselink commented 1 year ago

Nah, this is just me being an npm publish noob. Bumped it once more (cause i can't overwrite an already-published version), can you try 0.1.4 now?

User123698745 commented 1 year ago

0.1.4 works. font-display: swap; and the font file are included. thank you