Comparing version 0.2.6 to 0.2.7
#!/usr/bin/env node | ||
/* | ||
* Example: | ||
* | ||
* $ dhcp hostname dns --mac 12:34:55:67:88:99 | ||
*/ | ||
process.title = 'node-dhcp'; | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "dhcp", | ||
"title": "dhcp", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"homepage": "https://github.com/infusion/node-dhcp", | ||
@@ -23,3 +23,3 @@ "bugs": { | ||
"author": "Robert Eisele <robert@xarg.org> (http://www.xarg.org/)", | ||
"main": "dhcp.js", | ||
"main": "lib/dhcp.js", | ||
"private": false, | ||
@@ -26,0 +26,0 @@ "readmeFilename": "README.md", |
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
72849
2085