Skip to content

Commit

Permalink
move to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Mar 20, 2024
1 parent de22022 commit 2629845
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@
"accounts/**",
"examples/"
],
"dependencies": {},
"devDependencies": {
"prettier": "^2.8.8",
"solhint": "^4.1.1",
"dependencies": {
"@ERC4337/account-abstraction": "github:kopy-kat/account-abstraction#develop",
"@ERC4337/account-abstraction-v0.6": "github:eth-infinitism/account-abstraction#v0.6.0",
"sentinellist": "github:zeroknots/sentinellist",
"erc7579": "github:erc7579/erc7579-implementation"
},
"devDependencies": {
"prettier": "^2.8.8",
"solhint": "^4.1.1"
},
"files": [
"accounts",
"packages",
Expand Down

0 comments on commit 2629845

Please sign in to comment.