Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilVasava authored and github-actions[bot] committed Sep 17, 2024
1 parent 9ab8386 commit 6795a9e
Showing 1 changed file with 9 additions and 31 deletions.
40 changes: 9 additions & 31 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@
"type": "module",
"sideEffects": false,
"description": "A utility library for working with ERC-4337",
"keywords": [
"ethereum",
"erc-4337",
"eip-4337",
"paymaster",
"bundler"
],
"keywords": ["ethereum", "erc-4337", "eip-4337", "paymaster", "bundler"],
"license": "MIT",
"files": [
"_esm",
Expand Down Expand Up @@ -96,30 +90,14 @@
},
"typesVersions": {
"*": {
"accounts": [
"./_types/accounts/index.d.ts"
],
"plugins": [
"./_types/plugins/index.d.ts"
],
"actions": [
"./_types/actions/index.d.ts"
],
"types": [
"./_types/types/index.d.ts"
],
"actions/kernel": [
"./_types/actions/kernel/index.d.ts"
],
"clients": [
"./_types/clients/index.d.ts"
],
"clients/kernel": [
"./_types/clients/kernel/index.d.ts"
],
"providers": [
"./_types/providers/index.d.ts"
]
"accounts": ["./_types/accounts/index.d.ts"],
"plugins": ["./_types/plugins/index.d.ts"],
"actions": ["./_types/actions/index.d.ts"],
"types": ["./_types/types/index.d.ts"],
"actions/kernel": ["./_types/actions/kernel/index.d.ts"],
"clients": ["./_types/clients/index.d.ts"],
"clients/kernel": ["./_types/clients/kernel/index.d.ts"],
"providers": ["./_types/providers/index.d.ts"]
}
},
"peerDependencies": {
Expand Down

0 comments on commit 6795a9e

Please sign in to comment.