realtymaps / promise-sftp

a promise-based sftp client for node.js
MIT License
16 stars 11 forks source link

Update package.json #3

Closed acvetkov closed 8 years ago

acvetkov commented 8 years ago

Hi.

Move promise-ftp-common to dependencies section, beacuse npm install command does not install peerDependencies in npm3.

OronNadiv commented 8 years ago

Looks good. Thanks @acvetkov

zacronos commented 8 years ago

For an explanation of why that is not a totally straightforward solution, please see https://github.com/realtymaps/promise-ftp/issues/12#issuecomment-250521411. However, I did find a way to solve this without introducing other issues, so I'll implement this soon.

zacronos commented 8 years ago

This should be handled as of v0.9.11