MatthieuLemoine / electron-push-receiver

A module to bring Web Push support to Electron allowing it to receive notifications from Firebase Cloud Messaging (FCM).
https://medium.com/@MatthieuLemoine/my-journey-to-bring-web-push-support-to-node-and-electron-ce70eea1c0b0
MIT License
191 stars 62 forks source link

[Tag 1.2.3] package.json missing update #7

Closed PedroKantar closed 6 years ago

PedroKantar commented 6 years ago

Looks like package.json was not upated for push_receiver and also the version.

Sorry if i missed something.. Pedro.

MatthieuLemoine commented 6 years ago

Yes I forgot to push my local commits !

PedroKantar commented 6 years ago

@MatthieuLemoine the push_receiver dependency is still set to : "push-receiver": "^1.1.3". It should point to V1.1.4, no?

MatthieuLemoine commented 6 years ago

No that's not needed because ^1.1.3 means the latest 1.1.X

PedroKantar commented 6 years ago

👌