Comparing version 0.0.4 to 0.0.5
@@ -36,3 +36,3 @@ /* | ||
if (Config.settings.log.levels[level]) { | ||
if (Config.settings === null || Config.settings.log.levels[level]) { | ||
@@ -39,0 +39,0 @@ if (typeof message === 'string') { |
{ | ||
"name" : "hapi", | ||
"description" : "HTTP API Server based on Express with native OAuth 2.0 support", | ||
"version" : "0.0.4", | ||
"version" : "0.0.5", | ||
"author" : "Eran Hammer-Lahav <eran@hueniverse.com>", | ||
@@ -6,0 +6,0 @@ "repository" : "git://github.com/hueniverse/hapi", |
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
35639