From 33bcfa3149bfb3ff9f83a88247a544b0061db86f Mon Sep 17 00:00:00 2001 From: Justin Merrell Date: Tue, 24 Mar 2026 23:24:25 +0000 Subject: [PATCH] fix: resolve biome formatting in package.json after release-please bump Co-Authored-By: Claude Opus 4.6 (1M context) --- packages/musher/package.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/packages/musher/package.json b/packages/musher/package.json index 134ffd5..47357f7 100644 --- a/packages/musher/package.json +++ b/packages/musher/package.json @@ -19,9 +19,7 @@ "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", - "files": [ - "dist" - ], + "files": ["dist"], "scripts": { "build": "tsup", "check": "pnpm check:format && pnpm check:lint && pnpm check:types && pnpm check:test", @@ -55,11 +53,5 @@ "url": "git+https://github.com/musher-dev/typescript-sdk.git", "directory": "packages/musher" }, - "keywords": [ - "musher", - "bundle", - "sdk", - "ai", - "agent" - ] + "keywords": ["musher", "bundle", "sdk", "ai", "agent"] }