Comparing version 0.1.2 to 0.1.3
@@ -28,5 +28,7 @@ #! /usr/bin/env node | ||
_.each(networkInterfaces, function (_interface) { | ||
match = _.findWhere(_interface, function (address) { | ||
return address.internal === false && address.family === "IPv4"; | ||
}); | ||
if (!match) { | ||
match = _.findWhere(_interface, function (address) { | ||
return address.internal === false && address.family === "IPv4"; | ||
}); | ||
} | ||
}); | ||
@@ -33,0 +35,0 @@ |
{ | ||
"name": "dev-ip", | ||
"description": "The best project ever.", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"homepage": "https://github.com/shakyshane/dev-ip", | ||
@@ -6,0 +6,0 @@ "author": { |
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
5634
95