Comparing version 1.0.3 to 1.0.4
@@ -48,3 +48,2 @@ // Generated by CoffeeScript 1.10.0 | ||
ref = parse(cmd, opts), cmd = ref[0], args = ref[1], opts = ref[2]; | ||
console.log(opts); | ||
if (opts.stdio == null) { | ||
@@ -51,0 +50,0 @@ opts.stdio = [0, 'pipe', 'pipe']; |
@@ -15,3 +15,2 @@ // Generated by CoffeeScript 1.10.0 | ||
opts = Object.assign(defaults, opts != null ? opts : {}); | ||
console.log(opts); | ||
return executive(cmds, opts, cb); | ||
@@ -18,0 +17,0 @@ }; |
{ | ||
"name": "executive", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Elegant command execution.", | ||
@@ -5,0 +5,0 @@ "main": "lib/", |
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
14069
307