Skip to content

Commit

Permalink
fix: package.json export
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed May 26, 2023
1 parent 945c42c commit 14175d9
Showing 1 changed file with 7 additions and 24 deletions.
31 changes: 7 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,16 @@
},
"./zod": {
"types": "./dist/types/zod/index.d.ts",
"import": "./dist/esm/zod/index.mts",
"import": "./dist/esm/zod/index.js",
"require": "./dist/cjs/zod/index.js"
},
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"config": [
"./dist/types/config.d.ts"
],
"test": [
"./dist/types/test/index.d.ts"
],
"zod": [
"./dist/types/zod/index.d.ts"
]
"config": ["./dist/types/config.d.ts"],
"test": ["./dist/types/test/index.d.ts"],
"zod": ["./dist/types/zod/index.d.ts"]
}
},
"peerDependencies": {
Expand Down Expand Up @@ -107,23 +101,14 @@
"vitest": "^0.30.1",
"zod": "^3.20.6"
},
"contributors": [
"jxom.eth <j@wagmi.sh>",
"awkweb.eth <t@wagmi.sh>"
],
"contributors": ["jxom.eth <j@wagmi.sh>", "awkweb.eth <t@wagmi.sh>"],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/wagmi-dev"
}
],
"keywords": [
"abi",
"eth",
"ethereum",
"typescript",
"web3"
],
"keywords": ["abi", "eth", "ethereum", "typescript", "web3"],
"simple-git-hooks": {
"pre-commit": "pnpm format && pnpm lint:fix"
},
Expand All @@ -134,9 +119,7 @@
"shiki-twoslash>shiki": "^0.14.1"
},
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
"ignoreMissing": ["@algolia/client-search"]
}
}
}

0 comments on commit 14175d9

Please sign in to comment.