Comparing version 0.0.5 to 0.0.6
@@ -1,2 +0,2 @@ | ||
var childProcess = require('child_process').spawn; | ||
var childProcess = require('child_process'); | ||
var spawn = childProcess.spawn; | ||
@@ -3,0 +3,0 @@ var exec = childProcess.exec; |
{ | ||
"name" : "tree-kill", | ||
"version" : "0.0.5", | ||
"version" : "0.0.6", | ||
"description" : "kill trees of processes", | ||
@@ -5,0 +5,0 @@ "main" : "index.js", |
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
5339