Skip to content

Commit

Permalink
added stanza for hapi 20 and node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 committed Jul 22, 2021
1 parent bcdf714 commit d351c1f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions test/versioned/hapi/hapi-post-18/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,28 @@
"segments.tap.js",
"vhost.tap.js"
]
},
{
"engines": {
"node": ">=16"
},
"dependencies": {
"ejs": "2.5.5",
"@hapi/hapi": "^20.1.2",
"vision": "^5.0.0"
},
"files": [
"capture-params.tap.js",
"errors.tap.js",
"ext.tap.js",
"hapi.tap.js",
"ignoring.tap.js",
"plugins.tap.js",
"render.tap.js",
"router.tap.js",
"segments.tap.js",
"vhost.tap.js"
]
}
],
"dependencies": {
Expand Down

0 comments on commit d351c1f

Please sign in to comment.