spmjs / node-scp2

[MAINTAINER WANTED] A pure javascript scp program based on ssh2.
384 stars 96 forks source link

Update version for ssh2 #37

Open aaronsamuel137 opened 9 years ago

aaronsamuel137 commented 9 years ago

I am running into an issue that has already been resolved in ssh2: https://github.com/mscdex/ssh2/issues/263

However, since scp2 package.json uses an old version of ssh2, this issue is not yet fixed. I can work around this by manully updating the ssh2 version used by scp2, but it would be nice to be able to npm install and have it work out of the box.

Current version of ssh2 at the time of this writing is 0.4.10.

Thanks!

Nepoxx commented 9 years ago

If everything works fine by manually changing the version in the package.json, I suggest making a pull request with the version updated.

lepture commented 9 years ago

+1 with @Nepoxx