fix: package.json missing 'type': 'module' inconsistent with AGENTS.md (#850)
This commit is contained in:
parent
81501758ad
commit
0c43054f42
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue