node-linux
Advanced tools
Comparing version 0.1.8 to 0.1.9
@@ -159,3 +159,3 @@ /** | ||
get: function(){ | ||
return this.name.replace(/[^a-zA-Z\-]+/gi,'').toLowerCase() | ||
return this.name.replace(/[^a-zA-Z0-9\_]+/gi,'').toLowerCase() | ||
} | ||
@@ -162,0 +162,0 @@ }, |
{ | ||
"name": "node-linux", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Support daemon creation and management on Linux.", | ||
@@ -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
70102