From c094131b3597651881feb69aa3dbc5fa03f1baad Mon Sep 17 00:00:00 2001 From: Matt Boutet Date: Thu, 27 Aug 2020 14:34:23 -0400 Subject: [PATCH] Bump hapi version up to 20 --- package.json | 2 +- test/index.js | 2 +- test/run-util.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 69d6e2e..73bd39b 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@hapi/boom": "7.x.x", "@hapi/code": "5.x.x", "@hapi/hapi": "18.x.x", - "@hapi/hapi-19": "npm:@hapi/hapi@19", + "@hapi/hapi-20": "npm:@hapi/hapi@20", "@hapi/lab": "19.x.x", "coveralls": "3.x.x", "haute-couture": "3.x.x", diff --git a/test/index.js b/test/index.js index 204ae8a..87c58aa 100644 --- a/test/index.js +++ b/test/index.js @@ -20,7 +20,7 @@ const Helpers = require('../lib/helpers'); const DisplayError = require('../lib/display-error'); const Package = require('../package.json'); -const Hapi = Somever.match(process.version, '>=12') ? require('@hapi/hapi-19') : require('@hapi/hapi'); +const Hapi = Somever.match(process.version, '>=12') ? require('@hapi/hapi-20') : require('@hapi/hapi'); // Test shortcuts diff --git a/test/run-util.js b/test/run-util.js index a53922b..867eebb 100644 --- a/test/run-util.js +++ b/test/run-util.js @@ -7,7 +7,7 @@ const Somever = require('@hapi/somever'); const Hpal = require('..'); const DisplayError = require('../lib/display-error'); -exports.Hapi = Somever.match(process.version, '>=12') ? require('@hapi/hapi-19') : require('@hapi/hapi'); +exports.Hapi = Somever.match(process.version, '>=12') ? require('@hapi/hapi-20') : require('@hapi/hapi'); exports.bin = (argv, cwd) => {