From e94a2d76ccce378fbf8c9cb38791ada0e30287bb Mon Sep 17 00:00:00 2001 From: Mark Bennett Date: Wed, 11 Feb 2026 10:17:06 -0700 Subject: [PATCH] Remove the optional dep --- package-lock.json | 4 +--- package.json | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0e5ff3..2d01c7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,9 +32,6 @@ }, "engines": { "node": ">=22.0.0" - }, - "optionalDependencies": { - "@biomejs/cli-linux-x64": "^1.9.4" } }, "node_modules/@atproto/api": { @@ -324,6 +321,7 @@ "cpu": [ "x64" ], + "dev": true, "license": "MIT OR Apache-2.0", "optional": true, "os": [ diff --git a/package.json b/package.json index 308c096..e10b811 100644 --- a/package.json +++ b/package.json @@ -49,8 +49,5 @@ "tsx": "^4.21.0", "typescript": "^5.7.2", "vitest": "^2.1.8" - }, - "optionalDependencies": { - "@biomejs/cli-linux-x64": "^1.9.4" } } -- 2.51.2