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))