From 502d2cfc501765bd0111cbb93522f8283670bb4a Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 17 Sep 2024 18:03:12 +0200 Subject: [PATCH] chore: release v0.1.0 --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e08d1a6..e5d92bc 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT", "homepage": "https://github.com/stacksjs/biome-config#readme", @@ -34,9 +34,7 @@ "import": "./schema.json" } }, - "files": [ - "schema.json" - ], + "files": ["schema.json"], "scripts": { "lint": "biome check .", "lint:fix": "biome check --fix .",