From e87440100132745d5a335bbdc7f710fdd5d11ab1 Mon Sep 17 00:00:00 2001 From: Deivid Soto Date: Thu, 12 Feb 2026 17:54:47 +0100 Subject: [PATCH] fix: use prettier --write in lint-staged for auto-formatting --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31c58dd..e08ba81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "torrentclaw-mcp", - "version": "1.0.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "torrentclaw-mcp", - "version": "1.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", diff --git a/package.json b/package.json index 9053f45..5f7a310 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "torrentclaw-mcp", - "version": "1.0.0", + "version": "0.1.0", "description": "MCP server for TorrentClaw — search and discover movies and TV shows with torrent downloads, magnet links, streaming availability, and cast/crew metadata", "type": "module", "bin": { @@ -25,7 +25,7 @@ "release:major": "commit-and-tag-version --release-as major" }, "lint-staged": { - "*.{ts,js,json,md,yml,yaml}": "prettier --check" + "*.{ts,js,json,md,yml,yaml}": "prettier --write" }, "keywords": [ "mcp",