Skip to content

Commit e1736e8

Browse files
Boshenclaude
andcommitted
feat(npm/oxfmt): convert to ES modules
Change package.json type from "commonjs" to "module" to enable ES module support. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8221a01 commit e1736e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/oxfmt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "oxfmt",
33
"version": "0.2.0",
4-
"type": "commonjs",
4+
"type": "module",
55
"description": "Formatter for the JavaScript Oxidation Compiler",
66
"keywords": [],
77
"author": "Boshen and oxc contributors",

0 commit comments

Comments
 (0)