From ddabc810c2d2ae622b86d4996b0b323e89c1c7c2 Mon Sep 17 00:00:00 2001 From: Parnic Date: Sun, 5 Jan 2025 17:00:07 -0600 Subject: [PATCH] Copy linted files to their destinations --- 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" }