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 .",