Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bolinocroustibat committed Aug 28, 2024
1 parent 6109a9f commit c2f4727
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ repos:
hooks:
- id: local-biome-check
name: biome check
entry: bunx @biomejs/biome check --write src/.
entry: bunx @biomejs/biome check --write .
language: system
types: [text]
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"name": "cyclic-cellular-automaton",
"private": true,
"version": "3.4.2",
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"build": "bunx --bun vite build",
"preview": "bunx --bun vite preview",
"check": "biome check --write ."
},
"dependencies": {
"chroma-js": "^3.0.0",
"tweakpane": "^4.0.4"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"vite": "^5.4.2",
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.5.3"
}
}
"name": "cyclic-cellular-automaton",
"private": true,
"version": "3.4.2",
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"build": "bunx --bun vite build",
"preview": "bunx --bun vite preview",
"check": "biome check --write ."
},
"dependencies": {
"chroma-js": "^3.0.0",
"tweakpane": "^4.0.4"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"vite": "^5.4.2",
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.5.3"
}
}

0 comments on commit c2f4727

Please sign in to comment.