ftp-deploy
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -212,3 +212,3 @@ var fs = require('fs'); | ||
remoteRoot = config.remoteRoot; | ||
stopOnError = config.stopOnError || stopOnError; | ||
if (has(config, 'stopOnError')) stopOnError = config.stopOnError; | ||
exclude = config.exclude || exclude; | ||
@@ -215,0 +215,0 @@ |
{ | ||
"name": "ftp-deploy", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"author": "Rick Bergfalk <rick.bergfalk@gmail.com> (http://rickbergfalk.com/)", | ||
@@ -5,0 +5,0 @@ "description": "Ftp a folder from your local disk to an ftp destination. Does not delete from destination directory. Derived from grunt-ftp-deploy", |
12489