jackocnr / intl-tel-input

A JavaScript plugin for entering and validating international telephone numbers. React and Vue components also included.
https://intl-tel-input.com
MIT License
7.66k stars 1.95k forks source link

:bug: Fixes exports #1554

Closed ekwoka closed 7 months ago

ekwoka commented 7 months ago

The exports field only exposed the default file, and not any of the other files many projects depend on like css and utils

This expands it with pattern matched export to allow all files.

This just mimics the old behavior, so I just went with a catch-all

jackocnr commented 7 months ago

Thanks