Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxencerb committed May 2, 2024
1 parent a2d9265 commit 724a977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepublishOnly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Bun.write(packageJsonPath, JSON.stringify(packageJson, null, 2))

0 comments on commit 724a977

Please sign in to comment.