ftp-deploy
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "ftp-deploy", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": "Rick Bergfalk <rick.bergfalk@gmail.com> (http://rickbergfalk.com/)", | ||
@@ -18,3 +18,9 @@ "description": "Ftp a folder from your local disk to an ftp destination. Does not delete from destination directory. Derived from grunt-ftp-deploy", | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Ondrej", | ||
"url": "https://github.com/der-On" | ||
} | ||
], | ||
"main": "ftp-deploy" | ||
} |
@@ -38,3 +38,5 @@ # ftp-deploy | ||
``` | ||
## Changes in 0.2.0 | ||
Starting with 0.2, requiring ftp-deploy returns the FtpDeploy object, and you will need to instantiate is separately on your own. | ||
@@ -41,0 +43,0 @@ ## Installation |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8752
52