Skip to content

Commit

Permalink
fix: biome config
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Jun 21, 2024
1 parent cbb4770 commit 7890c10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/biome.base.jsonc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.1/schema.json",
"$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
"files": {
"ignore": [".next", ".vercel", "*.spec.*", "*.test.*", "build", "dist", "node_modules"],
"ignoreUnknown": true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.103",
"version": "0.0.104",
"sideEffects": false,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 7890c10

Please sign in to comment.