Skip to content

Commit

Permalink
Update hapi (fastify#98)
Browse files Browse the repository at this point in the history
* Update hapi scope

* Cleanup
  • Loading branch information
hueniverse authored and delvedor committed Apr 30, 2019
1 parent d136035 commit c3f73b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmarks/hapi.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require('make-promises-safe')

const Hapi = require('hapi')
const Hapi = require('@hapi/hapi')

async function start () {
const server = Hapi.server({ port: 3000, debug: false })
Expand Down
2 changes: 1 addition & 1 deletion lib/packages.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const packages = {
fastify: { checked: true, hasRouter: true },
'fastify-big-json': { extra: true, package: 'fastify', hasRouter: true },
foxify: { hasRouter: true },
hapi: { hasRouter: true },
hapi: { hasRouter: true, package: '@hapi/hapi' },
koa: {},
'koa-router': { extra: true, hasRouter: true },
micro: { extra: true },
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"fastify": "^2.0.0",
"foxify": "^0.10.20",
"frameguard": "^3.0.0",
"hapi": "^18.1.0",
"@hapi/hapi": "^18.3.0",
"hide-powered-by": "^1.0.0",
"hsts": "^2.1.0",
"ienoopen": "^1.0.0",
Expand Down

0 comments on commit c3f73b9

Please sign in to comment.