aboutsummaryrefslogtreecommitdiff
path: root/src/cli/bunx_command.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/bunx_command.zig')
-rw-r--r--src/cli/bunx_command.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/bunx_command.zig b/src/cli/bunx_command.zig
index ce1f71fcd..9c83c00ba 100644
--- a/src/cli/bunx_command.zig
+++ b/src/cli/bunx_command.zig
@@ -26,7 +26,7 @@ pub const BunxCommand = struct {
bun.JSAst.Expr.Data.Store.create(default_allocator);
bun.JSAst.Stmt.Data.Store.create(default_allocator);
- const expr = try bun.json.ParseJSONUTF8(&source, bundler.log, bundler.allocator);
+ const expr = try bun.JSON.ParseJSONUTF8(&source, bundler.log, bundler.allocator);
// choose the first package that fits
if (expr.get("bin")) |bin_expr| {