From e2377a302c40c2d8504cdfd2f20afbb5f343aef5 Mon Sep 17 00:00:00 2001 From: tmm Date: Thu, 13 Jun 2024 15:26:32 +0000 Subject: [PATCH] chore: format --- packages/cli/package.json | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index c0c0344985..3eaa0447cc 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -50,12 +50,8 @@ }, "typesVersions": { "*": { - "config": [ - "./dist/types/exports/config.d.ts" - ], - "plugins": [ - "./dist/types/exports/plugins.d.ts" - ] + "config": ["./dist/types/exports/config.d.ts"], + "plugins": ["./dist/types/exports/plugins.d.ts"] } }, "peerDependencies": { @@ -94,18 +90,7 @@ "fixturez": "^1.1.0", "msw": "^2.2.14" }, - "contributors": [ - "awkweb.eth ", - "jxom.eth " - ], + "contributors": ["awkweb.eth ", "jxom.eth "], "funding": "https://github.com/sponsors/wevm", - "keywords": [ - "wagmi", - "eth", - "ethereum", - "dapps", - "wallet", - "web3", - "cli" - ] + "keywords": ["wagmi", "eth", "ethereum", "dapps", "wallet", "web3", "cli"] }