Skip to content

Commit

Permalink
release: v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
keyding committed Jan 30, 2024
1 parent eed5aa5 commit ccdf5b9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"name": "@heybrostudio/biome-config",
"version": "0.0.4",
"version": "0.0.5",
"description": "Hey Bro Studio's Biome config preset",
"author": "Caven Ding <[email protected]> (https://github.com/keyding)",
"license": "MIT",
"homepage": "https://github.com/heybrostudio/biome-config",
"repository": "heybrostudio/biome-config",
"bugs": "https://github.com/heybrostudio/biome-config/issues",
"keywords": ["biome", "biome-config"],
"keywords": [
"biome",
"biome-config"
],
"main": "biome.json",
"files": ["biome.json"],
"files": [
"biome.json"
],
"scripts": {
"lint": "biome lint .",
"lint:fix": "biome lint . --apply"
Expand Down

0 comments on commit ccdf5b9

Please sign in to comment.