From ba2c6977872a512c7830a53d480ab3297003d052 Mon Sep 17 00:00:00 2001 From: jxom Date: Sun, 2 Jun 2024 01:51:12 +0000 Subject: [PATCH] chore: format --- src/jsr.json | 9 ++----- src/package.json | 65 +++++++++++------------------------------------- 2 files changed, 17 insertions(+), 57 deletions(-) diff --git a/src/jsr.json b/src/jsr.json index de21897567..62ef636268 100644 --- a/src/jsr.json +++ b/src/jsr.json @@ -16,12 +16,7 @@ "./zksync": "./zksync/index.ts" }, "publish": { - "include": [ - "LICENSE", - "README.md", - "CHANGELOG.md", - "**/*.ts" - ], + "include": ["LICENSE", "README.md", "CHANGELOG.md", "**/*.ts"], "exclude": [ "**/*.bench.ts", "**/*.bench-d.ts", @@ -29,4 +24,4 @@ "**/*.test-d.ts" ] } -} \ No newline at end of file +} diff --git a/src/package.json b/src/package.json index 65ab2ceef2..506c898b72 100644 --- a/src/package.json +++ b/src/package.json @@ -94,45 +94,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": { @@ -156,21 +130,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"] }