alexwhitman / node-pushbullet-api

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

update version of request to 2.34.x #4

Closed wangshijun closed 10 years ago

wangshijun commented 10 years ago

the latest request version is 2.34, and the request.defaults api is deprecated, minor change to fix this, and bump version to 0.4.1

alexwhitman commented 10 years ago

Can you point me to where it's documented that request.defaults() is deprecated?