nscale-client
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -64,3 +64,3 @@ #!/usr/bin/env node | ||
exec("kill $(ps aux | grep [n]sd-api | awk '{print $2}')"); | ||
exec("kill $(ps aux | grep [n]sd-server | awk '{print $2}')"); | ||
exec("kill $(ps aux | grep [n]scale-server | awk '{print $2}')"); | ||
@@ -67,0 +67,0 @@ console.log(command + " stopped"); |
@@ -12,3 +12,3 @@ { | ||
], | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"license": "Artistic License 2.0", | ||
@@ -15,0 +15,0 @@ "author": "Peter Elger (http://nearform.com/)", |
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
73424