From 846157a0940ba80b6d545b2da2b214c69fa90275 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sun, 5 Jan 2025 16:59:04 -0600 Subject: [PATCH] Satisfy linter --- cjs-package.json | 2 +- esm-package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cjs-package.json b/cjs-package.json index b731bd6..a3c15a7 100644 --- a/cjs-package.json +++ b/cjs-package.json @@ -1 +1 @@ -{"type": "commonjs"} +{ "type": "commonjs" } diff --git a/esm-package.json b/esm-package.json index 6990891..5ffd980 100644 --- a/esm-package.json +++ b/esm-package.json @@ -1 +1 @@ -{"type": "module"} +{ "type": "module" }