From 0c43054f42ac5e47d0d83b56d16ffe21a7ba8bf7 Mon Sep 17 00:00:00 2001 From: openhands Date: Mon, 16 Mar 2026 06:07:10 +0000 Subject: [PATCH] fix: package.json missing 'type': 'module' inconsistent with AGENTS.md (#850) --- tools/push3-transpiler/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/push3-transpiler/package.json b/tools/push3-transpiler/package.json index a229184..5bd95b5 100644 --- a/tools/push3-transpiler/package.json +++ b/tools/push3-transpiler/package.json @@ -2,6 +2,7 @@ "name": "push3-transpiler", "version": "1.0.0", "description": "Push3 to Solidity transpiler for OptimizerV3", + "type": "module", "main": "dist/index.js", "scripts": { "build": "tsc",