Skip to content

Commit

Permalink
Fix bad json
Browse files Browse the repository at this point in the history
  • Loading branch information
komali2 committed Feb 29, 2024
1 parent 13eb372 commit afffdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"format": "prettier --write ."
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
Expand Down

0 comments on commit afffdd0

Please sign in to comment.