alexwhitman / node-pushbullet-api

PushBullet API module for Node.js
165 stars 36 forks source link

Multiple instatiations fail... #8

Closed bigmonkeyboy closed 10 years ago

bigmonkeyboy commented 10 years ago

multiple calls of new Pushbullet... fail as the variable "request" is too overloaded... simple patch is to change line 4 to be var Request = require('request'); and then line 21 to be request = Request.defaults({

alexwhitman commented 10 years ago

Fixed with 87592270e40be06ad9041e62a94f2ac643b97ccb

bigmonkeyboy commented 10 years ago

Alex, thanks for the super quick fix. Will you also update npm at some point ? Ta.

alexwhitman commented 10 years ago

0.5.0 just pushed to npm.

bigmonkeyboy commented 10 years ago

Great - thanks again !