shipit-cli
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -244,4 +244,3 @@ var util = require('util'); | ||
options = _.defaults(options || {}, { | ||
ignores: this.config && this.config.ignores ? this.config.ignores : [], | ||
rsync: ['--info=progress2'] | ||
ignores: this.config && this.config.ignores ? this.config.ignores : [] | ||
}); | ||
@@ -248,0 +247,0 @@ |
{ | ||
"name": "shipit-cli", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Universal automation and deployment tool written in JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -98,4 +98,3 @@ var sinon = require('sinon'); | ||
shipit.remoteCopy('src', 'dest', { | ||
direction: 'remoteToLocal', | ||
rsync: ['--info=progress2'] | ||
direction: 'remoteToLocal' | ||
}); | ||
@@ -105,4 +104,3 @@ | ||
direction: 'remoteToLocal', | ||
ignores: [], | ||
rsync: ['--info=progress2'] | ||
ignores: [] | ||
}); | ||
@@ -109,0 +107,0 @@ }); |
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
18858
334