From 3d27e5a2b592b234d83f58dfe678c70e4771cc06 Mon Sep 17 00:00:00 2001 From: Mike Donnalley Date: Thu, 5 Oct 2023 15:59:24 -0600 Subject: [PATCH] chore: update ESM docs --- docs/esm.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/esm.md b/docs/esm.md index 14914e87..db8c1151 100644 --- a/docs/esm.md +++ b/docs/esm.md @@ -154,3 +154,5 @@ If your plugin was generated `oclif generate` then you likely have a `test/helpe ```js import path from 'node:path' ``` + +Alternatively, you can safely delete this file since it's no longer necessary.