fix: use prettier --write in lint-staged for auto-formatting
This commit is contained in:
parent
92ed47ebdf
commit
e874401001
2 changed files with 4 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue