Skip to content

Commit

Permalink
Backport ignoreOptions support for v2 (hapijs#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinsha committed Feb 14, 2018
1 parent b442c98 commit 793c66f
Show file tree
Hide file tree
Showing 3 changed files with 3,710 additions and 22 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function asReqValue (req) {
}
}

module.exports = {
register,
name: 'hapi-pino'
module.exports.register = register
module.exports.register.attributes = {
pkg: require('./package')
}

0 comments on commit 793c66f

Please sign in to comment.