pusher / push-notifications-web

Beams Browser notifications
MIT License
39 stars 19 forks source link

chore: add type: module to package.json #117

Closed fischeversenker closed 1 year ago

fischeversenker commented 1 year ago

This change will make sure that this package can be used as a collection of ESM modules. It fixes #78.

burningyouth commented 1 year ago

@fischeversenker @fbenevides Why is there no type module in the current release? This problem still persists

fischeversenker commented 1 year ago

Hey @burningyouth, It got reverted with https://github.com/pusher/push-notifications-web/pull/130. Apparently, it wasn't as simple as adding type: "module" 😔