Skip to content

Commit 4a88a2d

Browse files
authored
Merge pull request #3 from Mearman/fix-yarn-lock-for-scoped-package
fix: update yarn.lock for scoped package name
2 parents 9780b8d + 8724188 commit 4a88a2d

File tree

2 files changed

+31
-37
lines changed

2 files changed

+31
-37
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@
2121
"prepare": "husky",
2222
"start": "node dist/index.js"
2323
},
24-
"keywords": [
25-
"mcp",
26-
"model-context-protocol",
27-
"typescript",
28-
"template",
29-
"mcp-server"
30-
],
24+
"keywords": ["mcp", "model-context-protocol", "typescript", "template", "mcp-server"],
3125
"author": "",
3226
"license": "CC-BY-NC-SA-4.0",
3327
"repository": {

yarn.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,36 @@ __metadata:
772772
languageName: node
773773
linkType: hard
774774

775+
"@mearman/mcp-template@workspace:.":
776+
version: 0.0.0-use.local
777+
resolution: "@mearman/mcp-template@workspace:."
778+
dependencies:
779+
"@biomejs/biome": "npm:^1.9.4"
780+
"@commitlint/cli": "npm:^19.6.1"
781+
"@commitlint/config-conventional": "npm:^19.6.0"
782+
"@modelcontextprotocol/sdk": "npm:^1.12.1"
783+
"@semantic-release/changelog": "npm:^6.0.3"
784+
"@semantic-release/git": "npm:^10.0.1"
785+
"@semantic-release/github": "npm:^11.0.3"
786+
"@semantic-release/npm": "npm:^12.0.1"
787+
"@types/node": "npm:^22.13.2"
788+
"@vitest/coverage-v8": "npm:^2.1.8"
789+
chalk: "npm:^5.4.1"
790+
commander: "npm:^14.0.0"
791+
husky: "npm:^9.1.7"
792+
node-fetch-cache: "npm:^5.0.2"
793+
ora: "npm:^8.2.0"
794+
semantic-release: "npm:^24.2.5"
795+
tsx: "npm:^4.19.2"
796+
typescript: "npm:^5.7.3"
797+
vitest: "npm:^2.1.8"
798+
zod: "npm:^3.25.51"
799+
zod-to-json-schema: "npm:^3.24.1"
800+
bin:
801+
mcp-template: dist/index.js
802+
languageName: unknown
803+
linkType: soft
804+
775805
"@modelcontextprotocol/sdk@npm:^1.12.1":
776806
version: 1.12.1
777807
resolution: "@modelcontextprotocol/sdk@npm:1.12.1"
@@ -4496,36 +4526,6 @@ __metadata:
44964526
languageName: node
44974527
linkType: hard
44984528

4499-
"mcp-template@workspace:.":
4500-
version: 0.0.0-use.local
4501-
resolution: "mcp-template@workspace:."
4502-
dependencies:
4503-
"@biomejs/biome": "npm:^1.9.4"
4504-
"@commitlint/cli": "npm:^19.6.1"
4505-
"@commitlint/config-conventional": "npm:^19.6.0"
4506-
"@modelcontextprotocol/sdk": "npm:^1.12.1"
4507-
"@semantic-release/changelog": "npm:^6.0.3"
4508-
"@semantic-release/git": "npm:^10.0.1"
4509-
"@semantic-release/github": "npm:^11.0.3"
4510-
"@semantic-release/npm": "npm:^12.0.1"
4511-
"@types/node": "npm:^22.13.2"
4512-
"@vitest/coverage-v8": "npm:^2.1.8"
4513-
chalk: "npm:^5.4.1"
4514-
commander: "npm:^14.0.0"
4515-
husky: "npm:^9.1.7"
4516-
node-fetch-cache: "npm:^5.0.2"
4517-
ora: "npm:^8.2.0"
4518-
semantic-release: "npm:^24.2.5"
4519-
tsx: "npm:^4.19.2"
4520-
typescript: "npm:^5.7.3"
4521-
vitest: "npm:^2.1.8"
4522-
zod: "npm:^3.25.51"
4523-
zod-to-json-schema: "npm:^3.24.1"
4524-
bin:
4525-
mcp-template: dist/index.js
4526-
languageName: unknown
4527-
linkType: soft
4528-
45294529
"media-typer@npm:^1.1.0":
45304530
version: 1.1.0
45314531
resolution: "media-typer@npm:1.1.0"

0 commit comments

Comments
 (0)