Skip to content

Commit b3a182d

Browse files
committed
pkg
1 parent 6d2dc6f commit b3a182d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"anvil": "ETH_MAINNET_RPC=$(grep ETH_MAINNET_RPC .env | cut -d '=' -f2) && anvil --fork-url $ETH_MAINNET_RPC",
1717
"anvil:kill": "lsof -i :8545|tail -n +2|awk '{print $2}'|xargs -r kill -s SIGINT"
1818
},
19-
"type": "commonjs",
2019
"module": "dist/index.js",
2120
"devDependencies": {
2221
"@typescript-eslint/eslint-plugin": "6.20.0",

0 commit comments

Comments
 (0)