openknowledge-archive / datapackage-from-remote-js

Create a Data Package from data at a remote location.
https://www.npmjs.com/package/datapackage-from-remote
2 stars 4 forks source link

Remove async, only use bluebird #10

Closed pwalsh closed 8 years ago

pwalsh commented 8 years ago

https://github.com/okfn/datapackage-from-remote-js/blob/master/index.js#L30

There is nothing that async does that bluebird does not. We use bluebird :).