Comparing version 0.0.1 to 0.0.2
@@ -10,3 +10,3 @@ var path = require('path'); | ||
started: Date(), | ||
mode: process.env.NODE_ENV, | ||
mode: process.env.NODE_ENV || 'development', | ||
platform: (process.platform + " " + process.arch), | ||
@@ -30,3 +30,5 @@ node: process.version, | ||
logger.info(label.blue, value.toString().grey); | ||
if(value) { | ||
logger.info(label.blue, value.toString().grey); | ||
} | ||
} | ||
@@ -33,0 +35,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "Simple utility to dump server information to console after server starts up.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "mca", | ||
@@ -8,0 +8,0 @@ "repository": { |
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
1401
32