j3lte / pastebin-js

NodeJS module for Pastebin API
https://www.npmjs.com/package/pastebin-js
MIT License
57 stars 39 forks source link

Fixed Q library require having wrong casing #2

Closed jammaloo closed 10 years ago

jammaloo commented 10 years ago

On case insensitive systems, an error was generated because module 'Q' could not be found. Changed Q to lowercase

jammaloo commented 10 years ago

Would you be able to update the npm repo package to have the new bugfix?

j3lte commented 10 years ago

This is updated, thanks for the pull request. I have published 0.1.6

jammaloo commented 10 years ago

Great, thanks for merging and publishing!