From 724a97733f90ee31968b90e5a1cecfb59e6347fa Mon Sep 17 00:00:00 2001 From: Maxence Raballand Date: Thu, 2 May 2024 10:49:55 +0200 Subject: [PATCH] . --- scripts/prepublishOnly.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/prepublishOnly.ts b/scripts/prepublishOnly.ts index 00d0954..d1ab1a1 100644 --- a/scripts/prepublishOnly.ts +++ b/scripts/prepublishOnly.ts @@ -7,4 +7,4 @@ const packageJson = await Bun.file(packageJsonPath).json() // We create a separate package.json for `dist/cjs` and `dist/esm` that has the type field. delete packageJson.type -Bun.write(packageJsonPath, JSON.stringify(packageJson, null, 2)) \ No newline at end of file +Bun.write(packageJsonPath, JSON.stringify(packageJson, null, 2))