Comparing version 0.2.0 to 0.2.1
@@ -130,3 +130,3 @@ | ||
// If the option has an "enum" attribute: | ||
if (key !== 'range' && Options.opts[optId].enum) { | ||
if (key !== 'range' && key !== 'static' && key !== 'randomIP' && Options.opts[optId].enum) { | ||
var values = Options.opts[optId].enum; | ||
@@ -133,0 +133,0 @@ console.log(values) |
{ | ||
"name": "dhcp", | ||
"title": "dhcp", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/infusion/node-dhcp", | ||
"bugs": "https://github.com/infusion/node-dhcp/issues", | ||
"bugs": { | ||
"url": "https://github.com/infusion/node-dhcp/issues" | ||
}, | ||
"description": "A DHCP server written in JavaScript", | ||
@@ -21,7 +23,10 @@ "keywords": [ | ||
"author": "Robert Eisele <robert@xarg.org> (http://www.xarg.org/)", | ||
"main": "dhcp", | ||
"main": "dhcp.js", | ||
"private": false, | ||
"readmeFilename": "README.md", | ||
"directories": { | ||
"example": "examples" | ||
"example": "./examples", | ||
"bin": "./bin", | ||
"lib": "./lib", | ||
"test": "./tests" | ||
}, | ||
@@ -28,0 +33,0 @@ "license": "MIT OR GPL-2.0", |
![node-dhcp](https://github.com/infusion/node-dhcp/blob/master/res/logo.png?raw=true "JavaScript DHCP Server") | ||
[![NPM Package](https://img.shields.io/npm/v/dhcp.svg?style=flat)](https://npmjs.org/package/dhcp "View this project on npm") | ||
[![Build Status](https://travis-ci.org/infusion/node-dhcp.svg?branch=master)](https://travis-ci.org/infusion/node-dhcp) | ||
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) | ||
node-dhcp is a RFC compliant DHCP client and server implementation on top of node.js. | ||
@@ -5,0 +9,0 @@ |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
71070
0
200