Comparing version 6.0.2 to 6.0.3
@@ -343,3 +343,3 @@ 'use strict'; | ||
prototype: hasOnly ? options.only : hasPart ? !options.part : false, | ||
part: hasOnly ? !options.only : hasPart ? options.part : true | ||
part: hasOnly ? !options.only : hasPart ? options.part : false | ||
}; | ||
@@ -346,0 +346,0 @@ } |
{ | ||
"name": "hoek", | ||
"description": "General purpose node utilities", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"repository": "git://github.com/hapijs/hoek", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
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
28585