Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Sep 17, 2024
1 parent bb57380 commit 502d2cf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@stacksjs/biome-config",
"type": "module",
"version": "0.0.0",
"description": "A well-opinionated Biome config to get you started quickly.",
"version": "0.1.0",
"description": "A well-opinionated Biome config to get you started quickly, and efficiently.",
"author": "Chris Breuer <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/stacksjs/biome-config#readme",
Expand Down Expand Up @@ -34,9 +34,7 @@
"import": "./schema.json"
}
},
"files": [
"schema.json"
],
"files": ["schema.json"],
"scripts": {
"lint": "biome check .",
"lint:fix": "biome check --fix .",
Expand Down

0 comments on commit 502d2cf

Please sign in to comment.