Comparing version 0.2.0-pre1 to 0.2.0
@@ -72,3 +72,5 @@ var fs = require('fs'), | ||
Port.prototype.next = function(it) { | ||
it || (it = 1); | ||
if (typeof it === 'undefined') { | ||
it = 1; | ||
} | ||
@@ -75,0 +77,0 @@ var newVal = this.family === Port.UNIX ? |
{ | ||
"name" : "luster", | ||
"version" : "0.2.0-pre1", | ||
"version" : "0.2.0", | ||
"description" : "Node.js cluster wrapper", | ||
@@ -5,0 +5,0 @@ "main" : "./lib/luster.js", |
@@ -99,4 +99,4 @@ # luster | ||
"luster-guard" : { | ||
include : /\.js$/g, | ||
exclude : /node_modules/g | ||
include: [ '**/*.js' ], | ||
exclude: [ '**/node_modules/**' ] | ||
} | ||
@@ -103,0 +103,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
97209
1795