Skip to content

Commit

Permalink
build(lint): fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 11, 2024
1 parent 5cd44a7 commit f69585e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions packages/blue-sdk-wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"license": "MIT",
"type": "module",
"main": "src/index.ts",
"files": [
"lib"
],
"files": ["lib"],
"scripts": {
"prepublish": "yarn build",
"build": "tsc --build tsconfig.build.json"
Expand Down
4 changes: 1 addition & 3 deletions packages/morpho-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"author": "Morpho Association <[email protected]>",
"license": "MIT",
"main": "src/index.ts",
"files": [
"lib"
],
"files": ["lib"],
"scripts": {
"prepublish": "yarn build",
"build": "tsc --build tsconfig.build.json"
Expand Down

0 comments on commit f69585e

Please sign in to comment.