Comparing version 0.2.14 to 0.2.15
@@ -217,6 +217,7 @@ /** | ||
// Add numeric options right away and look up alias names | ||
let id; | ||
if (isNaN(option)) { | ||
const id = Options.conf[option]; | ||
id = Options.conf[option]; | ||
} else { | ||
const id = option; | ||
id = option; | ||
} | ||
@@ -223,0 +224,0 @@ |
{ | ||
"name": "dhcp", | ||
"title": "dhcp", | ||
"version": "0.2.14", | ||
"version": "0.2.15", | ||
"homepage": "https://github.com/infusion/node-dhcp", | ||
@@ -6,0 +6,0 @@ "bugs": { |
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
75844
2135