Skip to content

Commit

Permalink
chore: release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
keyding committed Apr 5, 2024
1 parent cef004d commit a094161
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.5",
"version": "0.0.6",
"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 a094161

Please sign in to comment.