Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Make ethers and viem direct deps (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazim-j authored Apr 7, 2024
1 parent 7ca66cc commit c0a8bd0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "userop",
"version": "0.4.0-beta.3",
"version": "0.4.0-beta.4",
"description": "A simple JS library for building ERC-4337 UserOperations.",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand All @@ -23,20 +23,16 @@
"@types/jest": "^29.5.12",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"ethers": "^6.11.1",
"jest": "^29.7.0",
"nock": "^13.5.4",
"prettier": "3.2.5",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"typescript": "^5.4.2",
"typescript-eslint": "^7.3.1",
"viem": "^2.9.12"
"typescript-eslint": "^7.3.1"
},
"dependencies": {
"abitype": "^1.0.0"
},
"peerDependencies": {
"abitype": "^1.0.0",
"ethers": "^6.11.1",
"viem": "^2.9.12"
}
Expand Down

0 comments on commit c0a8bd0

Please sign in to comment.