sintaxi / dbox

NodeJS SDK for Dropbox API (THIS LIBRARY IS OBSOLETE!!)
513 stars 91 forks source link

npm warning: package.json: bugs['web'] should probably be bugs['url'] #7

Closed DillonF closed 12 years ago

DillonF commented 12 years ago

When I install dbox with npm I get the following warning:

package.json: bugs['web'] should probably be bugs['url']

tomgco commented 12 years ago

This is because dbox depends on an older node_module version of request.

sintaxi commented 12 years ago

I'll likely update request in the v0.3.0 release of dbox. thanks for filing the ticket.

sintaxi commented 12 years ago

Resolved and published in v0.3.0. Thanks for the ticket.