From 525daaa68e24b79259343f3ca240670e77048170 Mon Sep 17 00:00:00 2001 From: Jamie King Date: Tue, 12 Mar 2024 03:39:28 -0700 Subject: [PATCH] docs: remove reference to make-promises-safe --- docs/web.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/web.md b/docs/web.md index 0882c7aeb..505bf2e83 100644 --- a/docs/web.md +++ b/docs/web.md @@ -76,8 +76,6 @@ npm install hapi-pino ```js 'use strict' -require('make-promises-safe') - const Hapi = require('@hapi/hapi') const Pino = require('hapi-pino');