Skip to content

Commit

Permalink
fix: remove type: "module" declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Jan 28, 2025
1 parent d6f1d0d commit 292b3e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evm-proxy-detection",
"version": "2.0.2",
"version": "2.0.3",
"description": "Detect proxy contracts and their target addresses using an EIP-1193 compatible JSON-RPC request function",
"repository": "https://github.com/abipub/evm-proxy-detection.git",
"author": "Jan-Felix <[email protected]>",
Expand All @@ -15,7 +15,6 @@
"require": "./build/cjs/index.js"
}
},
"type": "module",
"files": [
"build",
"LICENSE",
Expand Down

0 comments on commit 292b3e7

Please sign in to comment.