Comparing version 0.3.0 to 0.4.0
@@ -46,3 +46,3 @@ /* ================================================================ | ||
if (_.platform.isWindows()) { | ||
if (_.platform.isWindows) { | ||
return callback('please set $JAVA_HOME'); | ||
@@ -73,3 +73,3 @@ } | ||
if (!_.platform.isOSX()) { | ||
if (!_.platform.isOSX) { | ||
return callback('$JAVA_HOME is not found'); | ||
@@ -76,0 +76,0 @@ } |
{ | ||
"name": "java-home", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "java-home", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
8684