Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm authored and github-actions[bot] committed Jun 24, 2024
1 parent bdd48d8 commit 9b92aad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 29 deletions.
24 changes: 5 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,32 +53,18 @@
"pre-commit": "pnpm format && pnpm lint:fix"
},
"knip": {
"ignoreBinaries": [
"dev",
"only-allow"
],
"ignoreWorkspaces": [
"packages/register-tests/**",
"playgrounds/**"
],
"ignoreBinaries": ["dev", "only-allow"],
"ignoreWorkspaces": ["packages/register-tests/**", "playgrounds/**"],
"workspaces": {
".": {
"project": ".scripts/*.ts"
},
"docs": {
"project": [
"**/*.ts",
"**/*.tsx"
]
"project": ["**/*.ts", "**/*.tsx"]
},
"packages/abitype": {
"entry": [
"src/exports/{abis,index,zod}.ts!"
],
"project": [
"src/**/*.ts",
"test/**/*.ts"
]
"entry": ["src/exports/{abis,index,zod}.ts!"],
"project": ["src/**/*.ts", "test/**/*.ts"]
}
}
}
Expand Down
13 changes: 3 additions & 10 deletions packages/abitype/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,8 @@
},
"typesVersions": {
"*": {
"abis": [
"./dist/types/exports/abis.d.ts"
],
"zod": [
"./dist/types/exports/zod.d.ts"
]
"abis": ["./dist/types/exports/abis.d.ts"],
"zod": ["./dist/types/exports/zod.d.ts"]
}
},
"peerDependencies": {
Expand All @@ -74,10 +70,7 @@
"devDependencies": {
"zod": "^3.23.8"
},
"contributors": [
"awkweb.eth <t@wevm.dev>",
"jxom.eth <j@wevm.dev>"
],
"contributors": ["awkweb.eth <t@wevm.dev>", "jxom.eth <j@wevm.dev>"],
"funding": "https://github.com/sponsors/wevm",
"keywords": [
"abi",
Expand Down

0 comments on commit 9b92aad

Please sign in to comment.