deploytool-ssh-checkout
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -9,4 +9,7 @@ /** | ||
module.exports = { | ||
name: 'ssh-checkout', | ||
'tag': 'deployment', | ||
init: function () {}, | ||
deploy: function(environment, commit, callback) { | ||
deploytool.environment.initialize(environment, { | ||
deploytool.environment.init(environment, { | ||
type: 'ssh-checkout', | ||
@@ -13,0 +16,0 @@ remoteBranch: '', |
{ | ||
"name": "deploytool-ssh-checkout", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A Deploytool deployment type for running git checkout on a remote server", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
"async": "^2.0.0-rc.6", | ||
"deploytool": "^0.1.1", | ||
"deploytool-ssh": "^0.1.2" | ||
"deploytool": "^0.2.0", | ||
"deploytool-ssh": "^0.1.3" | ||
}, | ||
@@ -31,0 +31,0 @@ "devDependencies": { |
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
3349
31
- Removedargparse@1.0.10(transitive)
- Removeddeploytool@0.1.1(transitive)
- Removedesprima@2.7.3(transitive)
- Removedhas@1.0.4(transitive)
- Removedis@3.3.0(transitive)
- Removedjs-yaml@3.5.5(transitive)
- Removednode-yaml-config@0.0.4(transitive)
- Removednode.extend@1.1.8(transitive)
- Removedsprintf-js@1.0.3(transitive)
Updateddeploytool@^0.2.0
Updateddeploytool-ssh@^0.1.3