Comparing version 1.2.4 to 1.2.5
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/microlinkhq/tinyspawn", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"main": "src/index.js", | ||
@@ -8,0 +8,0 @@ "author": { |
@@ -102,3 +102,3 @@ <div align="center"> | ||
const $ = require('tinyspawn').extend({ | ||
timeout: 5000 | ||
timeout: 5000, | ||
killSignal: 'SIGKILL' | ||
@@ -105,0 +105,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
11252