Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom authored and github-actions[bot] committed May 27, 2024
1 parent be09587 commit 7ab8e52
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 62 deletions.
15 changes: 3 additions & 12 deletions src/jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,7 @@
"./zksync": "./zksync/index.ts"
},
"publish": {
"include": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"**/*.ts"
],
"exclude": [
"**/*.bench.ts",
"**/*.test.ts",
"**/*.test-d.ts"
]
"include": ["LICENSE", "README.md", "CHANGELOG.md", "**/*.ts"],
"exclude": ["**/*.bench.ts", "**/*.test.ts", "**/*.test-d.ts"]
}
}
}
65 changes: 15 additions & 50 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,45 +93,19 @@
},
"typesVersions": {
"*": {
"accounts": [
"./_types/accounts/index.d.ts"
],
"actions": [
"./_types/actions/index.d.ts"
],
"celo": [
"./_types/celo/index.d.ts"
],
"chains": [
"./_types/chains/index.d.ts"
],
"chains/utils": [
"./_types/chains/utils.d.ts"
],
"ens": [
"./_types/ens/index.d.ts"
],
"experimental": [
"./_types/experimental/index.d.ts"
],
"node": [
"./_types/node/index.d.ts"
],
"op-stack": [
"./_types/op-stack/index.d.ts"
],
"siwe": [
"./_types/siwe/index.d.ts"
],
"utils": [
"./_types/utils/index.d.ts"
],
"window": [
"./_types/window/index.d.ts"
],
"zksync": [
"./_types/zksync/index.d.ts"
]
"accounts": ["./_types/accounts/index.d.ts"],
"actions": ["./_types/actions/index.d.ts"],
"celo": ["./_types/celo/index.d.ts"],
"chains": ["./_types/chains/index.d.ts"],
"chains/utils": ["./_types/chains/utils.d.ts"],
"ens": ["./_types/ens/index.d.ts"],
"experimental": ["./_types/experimental/index.d.ts"],
"node": ["./_types/node/index.d.ts"],
"op-stack": ["./_types/op-stack/index.d.ts"],
"siwe": ["./_types/siwe/index.d.ts"],
"utils": ["./_types/utils/index.d.ts"],
"window": ["./_types/window/index.d.ts"],
"zksync": ["./_types/zksync/index.d.ts"]
}
},
"peerDependencies": {
Expand All @@ -155,21 +129,12 @@
"license": "MIT",
"homepage": "https://viem.sh",
"repository": "wevm/viem",
"authors": [
"awkweb.eth",
"jxom.eth"
],
"authors": ["awkweb.eth", "jxom.eth"],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/wevm"
}
],
"keywords": [
"eth",
"ethereum",
"dapps",
"wallet",
"web3"
]
"keywords": ["eth", "ethereum", "dapps", "wallet", "web3"]
}

0 comments on commit 7ab8e52

Please sign in to comment.