luciotato / waitfor

Sequential programming for node.js, end of callback hell / pyramid of doom
MIT License
532 stars 29 forks source link

Dependency to 'fiber' not properly configured #4

Closed andreifecioru closed 11 years ago

andreifecioru commented 11 years ago

Hello,

First of all thank you for this little beauty. Highly appreciated. Until now I was trying to avoid callback hell using deferred/promises but this is quite better.

I am new to node.js and I may miss something here but your package.json file specifies the dependency to 'fiber' under the 'devDependencies' node. As a result, when I do a 'npm install' I do no get the 'fiber' module as part of the installation process of your module. I have to manually add the dependency to 'fiber' in my own package.json file to make it work.

Is there a reason (or some best practice that I am not aware of) for which you did not add the 'fiber' dependency under the 'dependencies' node in your package.json file?

luciotato commented 11 years ago

nope. no reason. Just a plain, simple mistake. Fixed!, thanks.