israelroldan / grunt-ssh

SSH, SFTP tasks for Grunt.
https://npmjs.org/package/grunt-ssh
MIT License
244 stars 70 forks source link

Bump async to at least v1 #122

Closed dominykas closed 9 years ago

dominykas commented 9 years ago

With npm 3, the dependencies are automagically flattened, which meant that for us grunt-ssh ended up using async@0.1, because some other dependencies rely on it and so grunt-ssh was failing due to async.eachSeries not being defined.