Skip to content

Commit c87f05a

Browse files
fix(npm): Fix path to script file
1 parent ce95e61 commit c87f05a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.1.2 - 2025-07-15
4+
5+
### Fixes
6+
- Fix path to script file
7+
38
## 0.1.1 - 2025-07-15
49

510
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"module": "index.ts",
77
"main": "index.ts",
88
"bin": {
9-
"youtube-transcript-mcp": "./index.ts"
9+
"youtube-transcript-mcp": "index.ts"
1010
},
1111
"files": [
1212
"index.ts",

0 commit comments

Comments
 (0)