shipit-cli
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -51,2 +51,3 @@ var util = require('util'); | ||
Shipit.prototype.initialize = function () { | ||
this.emit('init'); | ||
return this.initSshPool(); | ||
@@ -96,3 +97,2 @@ }; | ||
log(msg); | ||
process.exit(1); | ||
}); | ||
@@ -105,3 +105,2 @@ | ||
log('Please check the documentation for proper shipitfile formatting'); | ||
process.exit(1); | ||
}); | ||
@@ -108,0 +107,0 @@ }; |
{ | ||
"name": "shipit-cli", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Universal automation and deployment tool written in JavaScript.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -144,2 +144,4 @@ # Shipit | ||
Shipit emits the `init` event once initialized, before any tasks are run. | ||
### Methods | ||
@@ -285,2 +287,4 @@ | ||
- [shipit-captain](https://github.com/timkelty/shipit-captain/) | ||
- [shipit-bower](https://github.com/willsteinmetz/shipit-bower) | ||
- [shipit-composer](https://github.com/jeremyzahner/shipit-composer) | ||
@@ -287,0 +291,0 @@ ## Who use Shipit? |
Sorry, the diff of this file is not supported yet
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
21101
298
353