chalettu / pushwoosh-nodejs

This is a node module I created to help consume Pushwoosh services in NodeJS
11 stars 5 forks source link

Fix not published to npm #7

Open bohemian72 opened 8 years ago

bohemian72 commented 8 years ago

The last few fixes including 1020381d494cee1a6784f914614fdf6f786aee38 are not available on npm. The version of this node module needs to be incremented and published to npm. I struggled with the multiple notification issue for quite a while, all the while thinking that I have the latest code.

I have currently hand-patched the node_modules/pushwoosh/index.js file in my project but if someone force installs pushwoosh module using npm this change will be lost.