timburgess / brackets-ftp-sync

FTP/SFTP for Adobe Brackets
105 stars 19 forks source link

Update package.json to include module event-stream #61

Closed victorlap closed 9 years ago

victorlap commented 9 years ago

This should fix #58 Cannot find module 'event-stream'

timburgess commented 9 years ago

Awesome. I'll look into this and see how it works. Thanks for contributing!

stevebaxter commented 9 years ago

Any chance of merging this soon? I'm getting the same problem...

timburgess commented 9 years ago

I've merged your change but the package.json dependencies are those used by grunt to build the project, not those use by the code itself. The event-stream issue was coming from node as a dependency wasn't finding the module. I have upgraded the two node modules that ftp-sync uses (jsftp and ssh2) and this has resolved the issue I think. There is a new 2.0.4 build for this.