cluster-service
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -50,3 +50,3 @@ var cservice = require("../cluster-service"), | ||
worker: options.workers, | ||
ready: options.ready !== 'false' | ||
ready: (options.ready !== undefined && options.ready !== 'false') | ||
} | ||
@@ -53,0 +53,0 @@ }; |
{ | ||
"name": "cluster-service", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Aaron Silvas", |
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
119853