Robert-W / grunt-ftp-push

Deploy files to an FTP server as part of your Grunt workflow.
MIT License
39 stars 14 forks source link

Bumping grunt version requirement #48

Closed rarila closed 7 years ago

rarila commented 7 years ago

At the moment we have the following dependency tree:

+-- grunt-ftp-push@1.1.1
| `-- grunt@0.4.5
|   `-- glob@3.1.21
|     `-- graceful-fs@1.2.3

That get's us problems with node releases >= v7.0:

graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible.

Bumping grunt version requirement to v1 will (hopefully:-) solve that problem.

Robert-W commented 7 years ago

Thanks for submitting this. I'll add a new release and can publish a new version to npm tonight after work.