Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
spsjvc committed Dec 22, 2023
1 parent c5d8448 commit c17ebd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"test:unit": "vitest unit.test",
"test:integration": "vitest integration.test",
"postinstall": "patch-package",
"prettier:check": "prettier --check '**/*.{ts,ts,md,json,yml}'",
"prettier:format": "prettier --write '**/*.{ts,ts,md,json,yml}'"
"prettier:check": "prettier --check '**/*.{ts,md,json,yml}'",
"prettier:format": "prettier --write '**/*.{ts,md,json,yml}'"
},
"devDependencies": {
"@offchainlabs/prettier-config": "0.2.1",
Expand Down

0 comments on commit c17ebd7

Please sign in to comment.