From 131b56f2b08fb675c972924cafa5752de947748c Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Fri, 21 Jun 2024 15:02:44 -0400 Subject: [PATCH] MAINT: Bump with audit fix (#53) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9789721..71465c4 100644 --- a/README.md +++ b/README.md @@ -86,4 +86,6 @@ customization options. ## Contributing Make sure you have done `npm install` to get all dependencies and used -`ncc build index.js` before committing and opening a PR. +`ncc build index.js` before committing and opening a PR. On Ubuntu you might +need to `export NODE_OPTIONS=--openssl-legacy-provider` before the `ncc build` +step.