dylanblokhuis / svelte-feather-icons

https://www.npmjs.com/package/svelte-feather-icons/
MIT License
136 stars 21 forks source link

add conditional exports #24

Closed jill64 closed 11 months ago

jill64 commented 11 months ago

close #23

This PR adds an exports field to package.json to enable Conditional Exports. This solves issue #23. This should not be a breaking change, as all existing public modules will continue to be accessible. I have set this as a minor bump because it is considered a new feature, but if it is bad, change it. It has been tested with npm link in local.

dylanblokhuis commented 11 months ago

Thank youuu