Comparing version 0.1.4 to 0.1.5
@@ -0,1 +1,5 @@ | ||
<a name="0.1.4"></a> | ||
### 0.1.4 (2015-01-07) | ||
<a name="0.1.3"></a> | ||
@@ -2,0 +6,0 @@ ### 0.1.3 (2015-01-07) |
var exec = require('child_process').exec; | ||
module.exports = function(config, callback) { | ||
var options = {}; | ||
var options = { | ||
maxBuffer: 1024 * 500 | ||
}; | ||
options.cwd = config.cwd || process.cwd(); | ||
@@ -6,0 +8,0 @@ |
{ | ||
"name": "hostage", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Run commands on a hosting server in response to Git(Hub/Lab) webhooks", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
11785
316