Comparing version 16.6.1 to 16.6.2
@@ -14,3 +14,5 @@ 'use strict'; | ||
const internals = {}; | ||
const internals = { | ||
emitter: new Podium(['finish', { name: 'peek', spread: true }]) | ||
}; | ||
@@ -20,3 +22,3 @@ | ||
Podium.call(this, ['finish', { name: 'peek', spread: true }]); | ||
Podium.decorate(this, internals.emitter); | ||
@@ -23,0 +25,0 @@ options = options || {}; |
@@ -5,3 +5,3 @@ { | ||
"homepage": "http://hapijs.com", | ||
"version": "16.6.1", | ||
"version": "16.6.2", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
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
185494
4524