Skip to content

Commit aa65200

Browse files
0.1.5
1 parent 6dc3bb5 commit aa65200

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "youtube-transcript-mcp",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "MCP server for fetching YouTube transcripts",
55
"type": "module",
66
"main": "dist/index.js",
77
"bin": {
88
"youtube-transcript-mcp": "dist/index.js"
99
},
10-
"files": ["dist"],
10+
"files": [
11+
"dist"
12+
],
1113
"scripts": {
1214
"build": "bun build index.ts --outdir dist --target node",
1315
"prepublishOnly": "bun run build"

0 commit comments

Comments
 (0)