Comparing version 2.0.0 to 2.0.1
@@ -5,3 +5,3 @@ "use strict"; | ||
return new Promise(function (resolve, reject) { | ||
var node = fork(__dirname + "/external-timeout.js", [pmset, timeout / 1000], { | ||
var node = fork(__dirname + "/external-timeout.js", [pmset, timeout * 1000], { | ||
detached: true, | ||
@@ -8,0 +8,0 @@ stdio: "ignore" |
{ | ||
"name": "noidle", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "prevent a system from going to sleep", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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